Skip to content

Commit

Permalink
Make sure RscWeaponZeroing inherits from RscUnitInfo (Fixes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade committed Apr 10, 2019
1 parent 3bd70ce commit 14af89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/weaponinfo/ui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class RscInGameUI
x = "2 * safeZoneW + safezoneX";
};
};
class RscWeaponZeroing
class RscWeaponZeroing: RscUnitInfo
{
class CA_Zeroing: RscText
{
Expand Down

0 comments on commit 14af89c

Please sign in to comment.