re3-wiiu/src/control/Population.cpp

7 lines
202 B
C++
Raw Normal View History

2019-06-13 02:35:26 +02:00
#include "common.h"
2019-06-25 00:42:23 +02:00
#include "patcher.h"
2019-06-13 02:35:26 +02:00
#include "Population.h"
2019-06-25 00:42:23 +02:00
bool &CPopulation::ms_bGivePedsWeapons = *(bool*)0x95CCF6;
WRAPPER void CPopulation::UpdatePedCount(uint32, bool) { EAXJMP(0x4F5A60); }