summaryrefslogtreecommitdiffstats
path: root/src/control/Population.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-08-06 23:32:19 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-08-06 23:32:19 +0200
commit4ae4bc94c692d9fe5781d36a7be6ab72803f6162 (patch)
treebacd3caa49fb507ff6d4f3b15b89d4bb85348d5d /src/control/Population.h
parentfixed COMMAND_ADD_BLIP_FOR_COORD_OLD (diff)
downloadre3-4ae4bc94c692d9fe5781d36a7be6ab72803f6162.tar
re3-4ae4bc94c692d9fe5781d36a7be6ab72803f6162.tar.gz
re3-4ae4bc94c692d9fe5781d36a7be6ab72803f6162.tar.bz2
re3-4ae4bc94c692d9fe5781d36a7be6ab72803f6162.tar.lz
re3-4ae4bc94c692d9fe5781d36a7be6ab72803f6162.tar.xz
re3-4ae4bc94c692d9fe5781d36a7be6ab72803f6162.tar.zst
re3-4ae4bc94c692d9fe5781d36a7be6ab72803f6162.zip
Diffstat (limited to '')
-rw-r--r--src/control/Population.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Population.h b/src/control/Population.h
index e067562a..7e4b40d8 100644
--- a/src/control/Population.h
+++ b/src/control/Population.h
@@ -17,6 +17,7 @@ public:
static int32 &m_AllRandomPedsThisType;
static float &PedDensityMultiplier;
static uint32 &ms_nTotalMissionPeds;
+ static int32 &MaxNumberOfPedsInUse;
static void UpdatePedCount(uint32, bool);
static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool);