aboutsummaryrefslogtreecommitdiffstats
path: root/src/weapon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/weapon.hpp')
-rw-r--r--src/weapon.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapon.hpp b/src/weapon.hpp
index d75d826..d7f8df3 100644
--- a/src/weapon.hpp
+++ b/src/weapon.hpp
@@ -27,7 +27,7 @@ class AWeapon {
double t;
float const range;
- unsigned int const& damage;
+ unsigned int const damage;
const std::string name;
public: