diff options
Diffstat (limited to 'src/control/Gangs.h')
-rw-r--r-- | src/control/Gangs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/control/Gangs.h b/src/control/Gangs.h index 93ebe663..379543ee 100644 --- a/src/control/Gangs.h +++ b/src/control/Gangs.h @@ -6,8 +6,6 @@ struct CGangInfo { int32 m_nVehicleMI; int8 m_nPedModelOverride; - int8 field_5; - int16 field_6; eWeaponType m_Weapon1; eWeaponType m_Weapon2; @@ -46,6 +44,6 @@ public: static CGangInfo* GetGangInfo(int16 gang) { return &Gang[gang]; } private: - static CGangInfo(&Gang)[NUM_GANGS]; + }; |