Skip to content

Commit

Permalink
~ Fixed: class inheritance.
Browse files Browse the repository at this point in the history
  • Loading branch information
kju committed Nov 23, 2020
1 parent eceb7d8 commit 10b641e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/mortar/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class CfgVehicles {
};
};
};
class LIB_Box_81mm_Mo_Smoke: LIB_Box_82mm_Mo_base {
class LIB_Box_81mm_Mo_Smoke: LIB_Box_81mm_Mo_HE {
scope = 2;
scopeCurator = 2;
class TransportMagazines {
Expand All @@ -383,7 +383,7 @@ class CfgVehicles {
};
};
};
class LIB_Box_81mm_Mo_Illum: LIB_Box_82mm_Mo_base {
class LIB_Box_81mm_Mo_Illum: LIB_Box_81mm_Mo_HE {
scope = 2;
scopeCurator = 2;
class ACE_Actions: ACE_Actions {
Expand Down

0 comments on commit 10b641e

Please sign in to comment.