summaryrefslogtreecommitdiffstats
path: root/src/control/Population.h
diff options
context:
space:
mode:
authornmzik <nmzik@mail.ru>2019-10-18 14:36:40 +0200
committernmzik <nmzik@mail.ru>2019-10-18 14:36:40 +0200
commit32f2f3511c1a6d74c1347542f8c1b76f40677e01 (patch)
tree309c90a9b963eb26395ef48de17051bbcd2825d0 /src/control/Population.h
parentFixed nasty warnings (diff)
downloadre3-32f2f3511c1a6d74c1347542f8c1b76f40677e01.tar
re3-32f2f3511c1a6d74c1347542f8c1b76f40677e01.tar.gz
re3-32f2f3511c1a6d74c1347542f8c1b76f40677e01.tar.bz2
re3-32f2f3511c1a6d74c1347542f8c1b76f40677e01.tar.lz
re3-32f2f3511c1a6d74c1347542f8c1b76f40677e01.tar.xz
re3-32f2f3511c1a6d74c1347542f8c1b76f40677e01.tar.zst
re3-32f2f3511c1a6d74c1347542f8c1b76f40677e01.zip
Diffstat (limited to '')
-rw-r--r--src/control/Population.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/control/Population.h b/src/control/Population.h
index 7757a7a6..09218f1b 100644
--- a/src/control/Population.h
+++ b/src/control/Population.h
@@ -19,7 +19,28 @@ public:
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 uint32& 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 void Initialise();
+ static void LoadPedGroups();
static void UpdatePedCount(uint32, bool);
static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool);
static CPed *AddPedInCar(CVehicle *vehicle);