mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 06:44:09 +00:00
bug fixes
This commit is contained in:
parent
c05c516ce7
commit
42ff0f7c58
5 changed files with 13 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue