bug fixes

This commit is contained in:
Nikolay Korolev
2020-01-01 23:55:01 +03:00
parent c05c516ce7
commit 42ff0f7c58
5 changed files with 13 additions and 7 deletions

View File

@ -1090,7 +1090,7 @@ CAutomobile::ProcessControl(void)
if(m_bSirenOrAlarm && (CTimer::GetFrameCounter()&7) == 5 &&
UsesSiren(GetModelIndex()) && GetModelIndex() != MI_RCBANDIT)
UsesSiren(GetModelIndex()) && GetModelIndex() != MI_MRWHOOP)
CCarAI::MakeWayForCarWithSiren(this);