summaryrefslogtreecommitdiffstats
path: root/src/control/Gangs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Gangs.h')
-rw-r--r--src/control/Gangs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/control/Gangs.h b/src/control/Gangs.h
index 1ffc5ddd..a348f259 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;
@@ -44,6 +42,5 @@ public:
static CGangInfo *GetGangInfo(int16 gang) { return &Gang[gang]; }
private:
-
static CGangInfo Gang[NUM_GANGS];
};