diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-01-01 23:55:01 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-01-01 23:55:01 +0300 |
commit | 42ff0f7c586b6700dea7729e9f4e1fa5bd42fc96 (patch) | |
tree | 3a9d0420a04b640e4fa4083302cc56fc09d69011 /src/vehicles | |
parent | c05c516ce74853e7ea5cf684b74566b5f41b1e72 (diff) |
bug fixes
Diffstat (limited to 'src/vehicles')
-rw-r--r-- | src/vehicles/Automobile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp index cfcfcf65..ddb75d84 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -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); |