Skip to content

Commit

Permalink
Fix RHS m113 compat (#4881)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and thojkooi committed Mar 13, 2017
1 parent bd7c8ce commit 17573ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions optionals/compat_rhs_usf3/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class CfgVehicles {
};

class APC_Tracked_02_base_F: Tank_F {};
class rhsusf_m113_tank_base: APC_Tracked_02_base_F {
class rhsusf_m113tank_base: APC_Tracked_02_base_F {
EGVAR(refuel,fuelCapacity) = 360;
class Turrets: Turrets {
class MainTurret: MainTurret {
Expand All @@ -367,7 +367,6 @@ class CfgVehicles {
};
};

class rhsusf_m113tank_base: APC_Tracked_02_base_F {};
class rhsusf_m113_usarmy: rhsusf_m113tank_base {};
class rhsusf_m113_usarmy_supply: rhsusf_m113_usarmy {
transportAmmo = 0;
Expand Down

0 comments on commit 17573ae

Please sign in to comment.