From 14c7c1d7ca722935195a20817c96b1af75046359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Thu, 12 Sep 2019 03:43:18 +0300 Subject: World and Peds --- src/control/Record.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/control/Record.cpp') diff --git a/src/control/Record.cpp b/src/control/Record.cpp index 4cc2dccd..cff4a19b 100644 --- a/src/control/Record.cpp +++ b/src/control/Record.cpp @@ -1,6 +1,10 @@ #include "common.h" +#include "patcher.h" #include "Record.h" uint16 &CRecordDataForGame::RecordingState = *(uint16*)0x95CC24; uint8 &CRecordDataForChase::Status = *(uint8*)0x95CDCE; + +WRAPPER void CRecordDataForChase::ProcessControlCars(void) { EAXJMP(0x435540); } +WRAPPER void CRecordDataForChase::SaveOrRetrieveCarPositions(void) { EAXJMP(0x434B20); } \ No newline at end of file -- cgit v1.2.3