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 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_