Merge pull request #402 from Nick007J/master

Record
This commit is contained in:
Nikolay Korolev
2020-04-12 12:06:12 +03:00
committed by GitHub
7 changed files with 612 additions and 31 deletions

View File

@ -356,7 +356,7 @@ CAutomobile::ProcessControl(void)
PruneReferences();
if(m_status == STATUS_PLAYER && CRecordDataForChase::Status != RECORDSTATE_1)
if(m_status == STATUS_PLAYER && CRecordDataForChase::IsRecording())
DoDriveByShootings();
}
break;