Skip to content

Commit

Permalink
Merge pull request #3602 from acemod/fixbaer
Browse files Browse the repository at this point in the history
don't overwrite helicopter sub class self actions
  • Loading branch information
bux committed Mar 19, 2016
2 parents c76d1cb + a841839 commit 0add236
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions addons/fastroping/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class CfgVehicles {
};
};

class Helicopter;
class Helicopter_Base_F: Helicopter {
class Air;
class Helicopter: Air {
class ACE_SelfActions {
class ACE_prepareFRIES {
displayName = CSTRING(Interaction_prepareFRIES);
Expand Down Expand Up @@ -68,6 +68,8 @@ class CfgVehicles {
};
};
};

class Helicopter_Base_F;
class ACE_friesBase: Helicopter_Base_F {
destrType = "";
class Turrets {};
Expand Down

0 comments on commit 0add236

Please sign in to comment.