diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index a3a2afea0..087e1b3cb 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -181,7 +181,7 @@ class RscDisplayMain : RscStandardDisplay { class CA_Version; class DAYZ_Version : CA_Version { idc = -1; - text = "1.8.0.3"; + text = "1.0.5"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; delete CA_TitleMainMenu; diff --git a/SQF/dayz_code/gui/dayz_logo_ca.paa b/SQF/dayz_code/gui/loadingscreen.paa similarity index 100% rename from SQF/dayz_code/gui/dayz_logo_ca.paa rename to SQF/dayz_code/gui/loadingscreen.paa