diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-06 21:11:01 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-06 21:11:01 +0100 |
commit | a3e3264a73cd82de83799b77bfd64c60d6debbd0 (patch) | |
tree | 71131aadf38e1a0486576fa800056355001b0c04 /src/weapon.hpp | |
parent | more dynamic and faster enemy movement (diff) | |
download | threshold-a3e3264a73cd82de83799b77bfd64c60d6debbd0.tar.gz threshold-a3e3264a73cd82de83799b77bfd64c60d6debbd0.tar.bz2 threshold-a3e3264a73cd82de83799b77bfd64c60d6debbd0.tar.xz threshold-a3e3264a73cd82de83799b77bfd64c60d6debbd0.tar.zst threshold-a3e3264a73cd82de83799b77bfd64c60d6debbd0.zip |
amazing textures. v0.0.4
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 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(); |