aboutsummaryrefslogtreecommitdiffstats
path: root/src/weapon.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-17 01:31:38 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-17 01:31:38 +0100
commitc8b23f73e44fd5be7d653cc82e89212da4e5bc72 (patch)
treeb6f215212227ea4c2ffd079d52553078ee9f1ea8 /src/weapon.hpp
parentwhat ? (diff)
downloadthreshold-c8b23f73e44fd5be7d653cc82e89212da4e5bc72.tar.gz
threshold-c8b23f73e44fd5be7d653cc82e89212da4e5bc72.tar.bz2
threshold-c8b23f73e44fd5be7d653cc82e89212da4e5bc72.tar.xz
threshold-c8b23f73e44fd5be7d653cc82e89212da4e5bc72.tar.zst
threshold-c8b23f73e44fd5be7d653cc82e89212da4e5bc72.zip
buff shotty & audio is now working I guess ???? ?
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: