Skip to content

Commit

Permalink
fix missing base class
Browse files Browse the repository at this point in the history
  • Loading branch information
Andx667 committed Jan 6, 2025
1 parent a2d9db7 commit f5dc6ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addons/compat_gm/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ class CfgWeapons {
HEARING_PROTECTION_PELTOR;
};

class gm_ge_headgear_hat_beanie_base;
class gm_ge_headgear_hat_beanie_crew_blk: gm_ge_headgear_hat_beanie_base {
HEARING_PROTECTION_PELTOR;
};
Expand All @@ -162,9 +163,6 @@ class CfgWeapons {
class gm_xx_headgear_headwrap_crew_01_m84: gm_xx_headgear_headwrap_01_base {
HEARING_PROTECTION_PELTOR;
};
class gm_xx_headgear_headwrap_crew_01_m84: gm_xx_headgear_headwrap_01_base {
HEARING_PROTECTION_PELTOR;
};
class gm_xx_headgear_headwrap_crew_01_grn: gm_xx_headgear_headwrap_01_base {
HEARING_PROTECTION_PELTOR;
};
Expand Down

0 comments on commit f5dc6ce

Please sign in to comment.