mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 11:36:25 +00:00
bug fixes
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user