mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 23:44:09 +00:00
CGame::Process() && CGame::ReloadIPLs
This commit is contained in:
parent
32f2f3511c
commit
f56684d04e
44 changed files with 225 additions and 3 deletions
|
@ -2,4 +2,6 @@
|
|||
#include "patcher.h"
|
||||
#include "RoadBlocks.h"
|
||||
|
||||
WRAPPER void CRoadBlocks::Init(void) { EAXJMP(0x436F50); }
|
||||
WRAPPER void CRoadBlocks::GenerateRoadBlockCopsForCar(CVehicle*, int32, int16) { EAXJMP(0x4376A0); }
|
||||
WRAPPER void CRoadBlocks::GenerateRoadBlocks(void) { EAXJMP(0x436FA0); }
|
Loading…
Add table
Add a link
Reference in a new issue