Clear typicalCargo for some vehicles missing it

Prevents preloading units, may help with load times a little.
This commit is contained in:
ebaydayz
2016-11-17 15:39:58 -05:00
parent e398250489
commit 8429ad1fbc
49 changed files with 407 additions and 128 deletions

View File

@@ -1,3 +1,28 @@
class UralCivil: Ural_Base {
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
class Ural_CDF: Ural_Base {
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
class Ural_TK_CIV_EP1: Ural_Base {
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
class Ural_UN_EP1: Ural_Base {
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
class UralCivil_DZ: UralCivil {
scope = public;
side=TCivilian;
@@ -21,7 +46,7 @@ class UralCivil_DZ: UralCivil {
"\ca\wheeled\data\ural_plachta_civ1_co.paa"
};
};
class Ural_Base;
class UralCivil_DZE : Ural_Base {
scope = public;
side = 3;