mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 04:29:00 +00:00
10 lines
No EOL
354 B
C++
10 lines
No EOL
354 B
C++
#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); } |