diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-08-27 18:52:43 +0200 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-08-27 18:52:43 +0200 |
commit | a38702a7d233fbadb4dfbbf250e7e5653dad3eed (patch) | |
tree | b65c0bbecf36eed11fd503a49d5498b20cff8acd /src/weapons/WeaponInfo.h | |
parent | Update Ped.cpp (diff) | |
download | re3-a38702a7d233fbadb4dfbbf250e7e5653dad3eed.tar re3-a38702a7d233fbadb4dfbbf250e7e5653dad3eed.tar.gz re3-a38702a7d233fbadb4dfbbf250e7e5653dad3eed.tar.bz2 re3-a38702a7d233fbadb4dfbbf250e7e5653dad3eed.tar.lz re3-a38702a7d233fbadb4dfbbf250e7e5653dad3eed.tar.xz re3-a38702a7d233fbadb4dfbbf250e7e5653dad3eed.tar.zst re3-a38702a7d233fbadb4dfbbf250e7e5653dad3eed.zip |
Diffstat (limited to '')
-rw-r--r-- | src/weapons/WeaponInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/weapons/WeaponInfo.h b/src/weapons/WeaponInfo.h index e7013004..7ce3d861 100644 --- a/src/weapons/WeaponInfo.h +++ b/src/weapons/WeaponInfo.h @@ -8,7 +8,9 @@ enum AssocGroupId; class CWeaponInfo { static CWeaponInfo ms_apWeaponInfos[WEAPONTYPE_TOTALWEAPONS]; + static char ms_aWeaponNames[WEAPONTYPE_TOTALWEAPONS][32]; public: + static uint16 ms_aReloadSampleTime[WEAPONTYPE_TOTALWEAPONS]; static int32 ms_aMaxAmmoForWeapon[WEAPONTYPE_TOTALWEAPONS]; eWeaponFire m_eWeaponFire; |