diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-04-19 07:14:13 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-04-19 16:44:35 +0300 |
commit | 1ffc37735ed247eef1f20997a0136ef8d866ebad (patch) | |
tree | a6a4689c7aeed054e397c305333f761d0d4acdd1 /src/weapons/WeaponInfo.h | |
parent | 9bfcaff84976b2af7242f846c782287e9bacf851 (diff) |
Struct cleanup, various fixes, enable PS2 rand
Diffstat (limited to 'src/weapons/WeaponInfo.h')
-rw-r--r-- | src/weapons/WeaponInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/weapons/WeaponInfo.h b/src/weapons/WeaponInfo.h index e2e71d23..f82f18c5 100644 --- a/src/weapons/WeaponInfo.h +++ b/src/weapons/WeaponInfo.h @@ -38,7 +38,6 @@ public: uint8 m_b1stPerson : 1; uint8 m_bHeavy : 1; uint8 m_bThrow : 1; - uint8 stuff; static void Initialise(void); static void LoadWeaponData(void); |