diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-07-01 21:46:44 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-07-02 05:01:26 +0200 |
commit | 27838ae0b2a11d505d669fe4cad6d0372cb650e1 (patch) | |
tree | 477b9853bea245d9cbdaa8700e02ff980abe79d5 /src/weapons/Weapon.h | |
parent | CPed fixes (diff) | |
download | re3-27838ae0b2a11d505d669fe4cad6d0372cb650e1.tar re3-27838ae0b2a11d505d669fe4cad6d0372cb650e1.tar.gz re3-27838ae0b2a11d505d669fe4cad6d0372cb650e1.tar.bz2 re3-27838ae0b2a11d505d669fe4cad6d0372cb650e1.tar.lz re3-27838ae0b2a11d505d669fe4cad6d0372cb650e1.tar.xz re3-27838ae0b2a11d505d669fe4cad6d0372cb650e1.tar.zst re3-27838ae0b2a11d505d669fe4cad6d0372cb650e1.zip |
Diffstat (limited to 'src/weapons/Weapon.h')
-rw-r--r-- | src/weapons/Weapon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/Weapon.h b/src/weapons/Weapon.h index 055e2ff3..8cb435ce 100644 --- a/src/weapons/Weapon.h +++ b/src/weapons/Weapon.h @@ -47,7 +47,7 @@ public: eWeaponState m_eWeaponState; uint32 m_nAmmoInClip; uint32 m_nAmmoTotal; - int32 m_nTimer; + uint32 m_nTimer; bool m_bAddRotOffset; CWeapon() { |