mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 11:24:08 +00:00
record init
This commit is contained in:
parent
6b06ee21ad
commit
917fa80c18
5 changed files with 222 additions and 10 deletions
|
@ -1247,8 +1247,8 @@ CStreaming::StreamVehiclesAndPeds(void)
|
|||
static int timeBeforeNextLoad = 0;
|
||||
static int modelQualityClass = 0;
|
||||
|
||||
if(CRecordDataForGame::RecordingState == RECORDSTATE_1 ||
|
||||
CRecordDataForGame::RecordingState == RECORDSTATE_2)
|
||||
if(CRecordDataForGame::IsRecording() ||
|
||||
CRecordDataForGame::IsPlayingBack())
|
||||
return;
|
||||
|
||||
if(FindPlayerPed()->m_pWanted->AreSwatRequired()){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue