summaryrefslogtreecommitdiffstats
path: root/src/control/Population.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-08-07 19:38:49 +0200
committerGitHub <noreply@github.com>2019-08-07 19:38:49 +0200
commit1fa2fe566c83412a93ea19531437c4868ec0c091 (patch)
tree40109a8e21b7271763ff8375ed70905a3b716446 /src/control/Population.h
parentfixed COMMAND_ADD_BLIP_FOR_COORD_OLD (diff)
parentMinor fixes (diff)
downloadre3-1fa2fe566c83412a93ea19531437c4868ec0c091.tar
re3-1fa2fe566c83412a93ea19531437c4868ec0c091.tar.gz
re3-1fa2fe566c83412a93ea19531437c4868ec0c091.tar.bz2
re3-1fa2fe566c83412a93ea19531437c4868ec0c091.tar.lz
re3-1fa2fe566c83412a93ea19531437c4868ec0c091.tar.xz
re3-1fa2fe566c83412a93ea19531437c4868ec0c091.tar.zst
re3-1fa2fe566c83412a93ea19531437c4868ec0c091.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);