Skip to content

Commit

Permalink
Fix duplicate class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mrschick committed Jul 22, 2024
1 parent 4d5a222 commit fc85a04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/explosives/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ class CfgAmmo {
GVAR(size) = 0;
GVAR(defuseObjectPosition)[] = {0, 0, 0.15};
};
class MineBase;
class UnderwaterMine_Range_Ammo: MineBase {
GVAR(size) = 1;
};
Expand Down

0 comments on commit fc85a04

Please sign in to comment.