rename loading screen and fix version

This commit is contained in:
[VB]AWOL
2014-02-19 15:54:09 -06:00
parent 1d113ab7af
commit 5fc7c14899
2 changed files with 1 additions and 1 deletions

View File

@@ -181,7 +181,7 @@ class RscDisplayMain : RscStandardDisplay {
class CA_Version; class CA_Version;
class DAYZ_Version : CA_Version { class DAYZ_Version : CA_Version {
idc = -1; idc = -1;
text = "1.8.0.3"; text = "1.0.5";
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
}; };
delete CA_TitleMainMenu; delete CA_TitleMainMenu;