summaryrefslogtreecommitdiffstats
path: root/src/weapons/Weapon.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-05-24 15:41:29 +0200
committereray orçunus <erayorcunus@gmail.com>2020-05-24 15:41:29 +0200
commit14755a4ff4668e2cf2fa580797321141770e3b36 (patch)
treeb5001322abefa241048aaab22498c357f1ed3806 /src/weapons/Weapon.h
parentCVehicle fixes (diff)
downloadre3-14755a4ff4668e2cf2fa580797321141770e3b36.tar
re3-14755a4ff4668e2cf2fa580797321141770e3b36.tar.gz
re3-14755a4ff4668e2cf2fa580797321141770e3b36.tar.bz2
re3-14755a4ff4668e2cf2fa580797321141770e3b36.tar.lz
re3-14755a4ff4668e2cf2fa580797321141770e3b36.tar.xz
re3-14755a4ff4668e2cf2fa580797321141770e3b36.tar.zst
re3-14755a4ff4668e2cf2fa580797321141770e3b36.zip
Diffstat (limited to '')
-rw-r--r--src/weapons/Weapon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/weapons/Weapon.h b/src/weapons/Weapon.h
index 1b2c0320..c7685e0d 100644
--- a/src/weapons/Weapon.h
+++ b/src/weapons/Weapon.h
@@ -16,8 +16,8 @@ class CWeapon
public:
eWeaponType m_eWeaponType;
eWeaponState m_eWeaponState;
- uint32 m_nAmmoInClip;
- uint32 m_nAmmoTotal;
+ int32 m_nAmmoInClip;
+ int32 m_nAmmoTotal;
uint32 m_nTimer;
bool m_bAddRotOffset;