diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/Population.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/Population.h b/src/control/Population.h index 6bd2e3ae..cfa9508f 100644 --- a/src/control/Population.h +++ b/src/control/Population.h @@ -15,8 +15,10 @@ public: static bool &ms_bGivePedsWeapons; static int32 &m_AllRandomPedsThisType; static float &PedDensityMultiplier; + static uint32 &ms_nTotalMissionPeds; static void UpdatePedCount(uint32, bool); static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool); static CPed *AddPedInCar(CVehicle *vehicle); + static bool IsPointInSafeZone(CVector *coors); }; |