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
commit fa0f5542cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;