aboutsummaryrefslogtreecommitdiffstats
path: root/src/weapon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/weapon.hpp')
-rw-r--r--src/weapon.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/weapon.hpp b/src/weapon.hpp
index 447cfe5..b6e8c99 100644
--- a/src/weapon.hpp
+++ b/src/weapon.hpp
@@ -26,11 +26,11 @@ protected:
double t;
- float const ⦥
+ float const range;
unsigned int const &damage;
public:
- AWeapon(float const &rg,
+ AWeapon(float const rg,
unsigned int const &dmg,
unsigned int const & mag,
double const & cooldown,