Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RHS m113 compat #4881

Merged
merged 1 commit into from
Feb 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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