From a3e3264a73cd82de83799b77bfd64c60d6debbd0 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Thu, 6 Jan 2022 21:11:01 +0100 Subject: amazing textures. v0.0.4 --- 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 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(); -- cgit v1.2.3