summaryrefslogtreecommitdiffstats
path: root/src/control/Population.cpp
diff options
context:
space:
mode:
authornmzik <nmzik@mail.ru>2019-10-19 00:23:40 +0200
committernmzik <nmzik@mail.ru>2019-10-19 00:23:40 +0200
commitf56684d04e06af21f423ad4bc1c47bc2b09fccea (patch)
tree27e8f9a501a2d909cae3b829d7c85cc91cb5f59f /src/control/Population.cpp
parentCPopulation::Initialise() (diff)
downloadre3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar.gz
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar.bz2
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar.lz
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar.xz
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.tar.zst
re3-f56684d04e06af21f423ad4bc1c47bc2b09fccea.zip
Diffstat (limited to 'src/control/Population.cpp')
-rw-r--r--src/control/Population.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Population.cpp b/src/control/Population.cpp
index 39c2b57d..a98721ac 100644
--- a/src/control/Population.cpp
+++ b/src/control/Population.cpp
@@ -31,6 +31,7 @@ uint32& CPopulation::ms_nNumGang9 = *(uint32*)0x8F1B10;
uint32& CPopulation::ms_nNumGang7 = *(uint32*)0x8F1B28;
uint32& CPopulation::ms_nNumGang8 = *(uint32*)0x8F1B0C;
+WRAPPER void CPopulation::Update(void) { EAXJMP(0x4F39A0); }
WRAPPER void CPopulation::LoadPedGroups() { EAXJMP(0x4F3870); }
WRAPPER void CPopulation::UpdatePedCount(uint32, bool) { EAXJMP(0x4F5A60); }
WRAPPER void CPopulation::DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool) { EAXJMP(0x4F6200); }