diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-07 13:52:28 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-07 13:52:28 +0100 |
commit | 990ca25986157ce629b07d43257e0fbf36071317 (patch) | |
tree | 84dc750555b2fdad82fdcdea16d031c247a95809 /src/wp_assaultrifle.cpp | |
parent | add new weapon, AR and add switching weapons (diff) | |
download | threshold-990ca25986157ce629b07d43257e0fbf36071317.tar.gz threshold-990ca25986157ce629b07d43257e0fbf36071317.tar.bz2 threshold-990ca25986157ce629b07d43257e0fbf36071317.tar.xz threshold-990ca25986157ce629b07d43257e0fbf36071317.tar.zst threshold-990ca25986157ce629b07d43257e0fbf36071317.zip |
references are weaird, man
Diffstat (limited to '')
-rw-r--r-- | src/wp_assaultrifle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp_assaultrifle.cpp b/src/wp_assaultrifle.cpp index e91073b..7438b23 100644 --- a/src/wp_assaultrifle.cpp +++ b/src/wp_assaultrifle.cpp @@ -7,7 +7,7 @@ #include "entity.hpp" wp_assaultrifle::wp_assaultrifle(const char *s, const char *r) - : AWeapon(100, 10, 30, s, r) + : AWeapon(100, 10, 30, 0.0, s, r) {} |