mirror of
https://github.com/halpz/re3.git
synced 2025-01-24 06:50:59 +00:00
7 lines
202 B
C++
7 lines
202 B
C++
#include "common.h"
|
|
#include "patcher.h"
|
|
#include "Population.h"
|
|
|
|
bool &CPopulation::ms_bGivePedsWeapons = *(bool*)0x95CCF6;
|
|
|
|
WRAPPER void CPopulation::UpdatePedCount(uint32, bool) { EAXJMP(0x4F5A60); } |