diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-04-18 12:08:38 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-04-18 12:08:38 +0200 |
commit | 2b1570de703c32ab43c979c286413a3a1c5e3dc0 (patch) | |
tree | ff5510329a08fd5b3dca88de1c9fc5e36abef1b9 /src/weapons | |
parent | 63951d9b957b30a110f42a03edb4833cbbaf380e (diff) | |
parent | eadb5a16aa36a5187e7bc244577451607069d016 (diff) |
Merge branch 'master' of https://github.com/GTAmodding/re3
Diffstat (limited to 'src/weapons')
-rw-r--r-- | src/weapons/WeaponEffects.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/weapons/WeaponEffects.h b/src/weapons/WeaponEffects.h index 31c5a309..f6592b3e 100644 --- a/src/weapons/WeaponEffects.h +++ b/src/weapons/WeaponEffects.h @@ -4,7 +4,6 @@ class CWeaponEffects { public: bool m_bActive; - char _pad[3]; CVector m_vecPos; uint8 m_nRed; uint8 m_nGreen; |