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

@@ -10,7 +10,8 @@ class BTR90_DZ: BTR90 {
crew = "";
typicalCargo[] = {};
class TransportMagazines{};
class TransportMagazines {};
class TransportWeapons {};
transportMaxMagazines = 100; // Default: 100
transportMaxWeapons = 10; // Default: 10
@@ -31,7 +32,8 @@ class BTR90_HQ_DZ: BTR90_HQ {
crew = "";
typicalCargo[] = {};
class TransportMagazines{};
class TransportMagazines {};
class TransportWeapons {};
transportSoldier = 6;