From c8b23f73e44fd5be7d653cc82e89212da4e5bc72 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Mon, 17 Jan 2022 01:31:38 +0100 Subject: buff shotty & audio is now working I guess ???? ? --- src/weapon.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/weapon.hpp') 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: -- cgit v1.2.3