Update mission

It should no longer be necessary to load dayz_vehicles in the
mission.sqm addons. It was taken out of mission.sqm in vanilla around
1.8.

The dayz_logo_ca.paa file was identical to loadingscreen.paa
This commit is contained in:
ebaydayz
2016-03-27 15:18:28 -04:00
parent 8f2ff5cb3e
commit 23caf14dc9
50 changed files with 1027 additions and 1613 deletions

View File

@@ -173,7 +173,7 @@ class RscDisplayMain : RscStandardDisplay {
text = "\ca\ui\data\ui_mainmenu_background_ca.paa";
};
class CA_ARMA2 : RscPicture {
text = "z\addons\dayz_code\gui\dayz_logo_ca.paa";
text = "z\addons\dayz_code\gui\loadingscreen.paa";
};
};