mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 18:00:34 +00:00
Some cleanup
This commit is contained in:
parent
fb5846b7bd
commit
313f547860
4 changed files with 122 additions and 108 deletions
|
@ -34,33 +34,33 @@ class CPopulation
|
|||
{
|
||||
public:
|
||||
static PedGroup ms_pPedGroups[NUMPEDGROUPS];
|
||||
static bool &ms_bGivePedsWeapons;
|
||||
static int32 &m_AllRandomPedsThisType;
|
||||
static float &PedDensityMultiplier;
|
||||
static uint32 &ms_nTotalMissionPeds;
|
||||
static int32 &MaxNumberOfPedsInUse;
|
||||
static uint32& ms_nNumCivMale;
|
||||
static uint32 &ms_nNumCivFemale;
|
||||
static uint32 &ms_nNumCop;
|
||||
static bool &bZoneChangeHasHappened;
|
||||
static uint32 &ms_nNumEmergency;
|
||||
static int8& m_CountDownToPedsAtStart;
|
||||
static uint32& ms_nNumGang1;
|
||||
static uint32& ms_nNumGang2;
|
||||
static uint32& ms_nTotalPeds;
|
||||
static uint32& ms_nNumGang3;
|
||||
static uint32& ms_nTotalGangPeds;
|
||||
static uint32& ms_nNumGang4;
|
||||
static uint32& ms_nTotalCivPeds;
|
||||
static uint32& ms_nNumGang5;
|
||||
static uint32& ms_nNumDummy;
|
||||
static uint32& ms_nNumGang6;
|
||||
static uint32& ms_nNumGang9;
|
||||
static uint32& ms_nNumGang7;
|
||||
static uint32& ms_nNumGang8;
|
||||
static CVector& RegenerationPoint_a;
|
||||
static CVector& RegenerationPoint_b;
|
||||
static CVector& RegenerationForward;
|
||||
static bool ms_bGivePedsWeapons;
|
||||
static int32 m_AllRandomPedsThisType;
|
||||
static float PedDensityMultiplier;
|
||||
static uint32 ms_nTotalMissionPeds;
|
||||
static int32 MaxNumberOfPedsInUse;
|
||||
static uint32 ms_nNumCivMale;
|
||||
static uint32 ms_nNumCivFemale;
|
||||
static uint32 ms_nNumCop;
|
||||
static bool bZoneChangeHasHappened;
|
||||
static uint32 ms_nNumEmergency;
|
||||
static int8 m_CountDownToPedsAtStart;
|
||||
static uint32 ms_nNumGang1;
|
||||
static uint32 ms_nNumGang2;
|
||||
static uint32 ms_nTotalPeds;
|
||||
static uint32 ms_nNumGang3;
|
||||
static uint32 ms_nTotalGangPeds;
|
||||
static uint32 ms_nNumGang4;
|
||||
static uint32 ms_nTotalCivPeds;
|
||||
static uint32 ms_nNumGang5;
|
||||
static uint32 ms_nNumDummy;
|
||||
static uint32 ms_nNumGang6;
|
||||
static uint32 ms_nNumGang9;
|
||||
static uint32 ms_nNumGang7;
|
||||
static uint32 ms_nNumGang8;
|
||||
static CVector RegenerationPoint_a;
|
||||
static CVector RegenerationPoint_b;
|
||||
static CVector RegenerationForward;
|
||||
|
||||
static void Initialise();
|
||||
static void Update(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue