diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-17 01:31:38 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-17 01:31:38 +0100 |
commit | c8b23f73e44fd5be7d653cc82e89212da4e5bc72 (patch) | |
tree | b6f215212227ea4c2ffd079d52553078ee9f1ea8 /src/weapon.hpp | |
parent | what ? (diff) | |
download | threshold-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.hpp | 2 |
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: |