1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 19:27:37 +00:00
re3/src/control/Population.cpp

11 lines
396 B
C++
Raw Normal View History

2019-06-13 00:35:26 +00:00
#include "common.h"
2019-06-24 22:42:23 +00:00
#include "patcher.h"
2019-06-28 17:23:28 +00:00
#include "Game.h"
2019-06-13 00:35:26 +00:00
#include "Population.h"
2019-06-28 10:34:02 +00:00
PedGroup *CPopulation::ms_pPedGroups = (PedGroup*)0x6E9248;
2019-06-24 22:42:23 +00:00
bool &CPopulation::ms_bGivePedsWeapons = *(bool*)0x95CCF6;
2019-06-28 10:34:02 +00:00
WRAPPER void CPopulation::UpdatePedCount(uint32, bool) { EAXJMP(0x4F5A60); }
2019-06-28 17:23:28 +00:00
WRAPPER void CPopulation::DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool) { EAXJMP(0x4F6200); }