diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-11 16:46:23 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-11 16:46:23 +0100 |
commit | 05c565ec70ad24d85b0eaee8f932374c0b5fc813 (patch) | |
tree | 1e2a8fe4bd09beefcc00280b381bf35e6d71db91 /src/weapon.cpp | |
parent | mouselook just needed some sleep ! cool (diff) | |
download | threshold-05c565ec70ad24d85b0eaee8f932374c0b5fc813.tar.gz threshold-05c565ec70ad24d85b0eaee8f932374c0b5fc813.tar.bz2 threshold-05c565ec70ad24d85b0eaee8f932374c0b5fc813.tar.xz threshold-05c565ec70ad24d85b0eaee8f932374c0b5fc813.tar.zst threshold-05c565ec70ad24d85b0eaee8f932374c0b5fc813.zip |
mouselook on shotgun
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, |