From 63f9cf175480c8f5c41ca4a7fbd350053932c96d Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Wed, 5 Jan 2022 22:23:10 +0100 Subject: longer shotty range, add hit function which does not work --- 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 902b55f..f117230 100644 --- a/src/weapon.hpp +++ b/src/weapon.hpp @@ -15,7 +15,6 @@ class Weapon { Sound shot; Sound reload; - unsigned int barrel; unsigned int max; @@ -30,6 +29,7 @@ public: void refill(); bool empty; + unsigned int barrel; }; #endif // WEAPON_H_ -- cgit v1.2.3