diff options
Diffstat (limited to 'src/control/Record.cpp')
-rw-r--r-- | src/control/Record.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |