This commit is contained in:
Nikolay Korolev
2020-04-11 02:03:42 +03:00
parent be260b49b1
commit 92b6d775d6
5 changed files with 394 additions and 22 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;