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 f117230..1f4393d 100644
--- a/src/weapon.hpp
+++ b/src/weapon.hpp
@@ -22,7 +22,7 @@ class Weapon {
unsigned int const &damage;
public:
- Weapon(float const &rg, unsigned int const &dmg, const char *s, const char *r);
+ Weapon(float const &rg, unsigned int const &dmg, unsigned int const & mag, const char *s, const char *r);
~Weapon();
int bang();