diff options
Diffstat (limited to '')
-rw-r--r-- | src/weapon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapon.cpp b/src/weapon.cpp index 34f7a12..b52d830 100644 --- a/src/weapon.cpp +++ b/src/weapon.cpp @@ -10,7 +10,7 @@ #include <iostream> -AWeapon::AWeapon(float const & rg, +AWeapon::AWeapon(float const rg, unsigned int const & dmg, unsigned int const & mag, double const & cd, |