Merge branch 'master' into erorcun

This commit is contained in:
erorcun
2020-03-22 04:49:24 +03:00
committed by GitHub
4 changed files with 4 additions and 8 deletions

View File

@@ -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];
};