summaryrefslogtreecommitdiffstats
path: root/src/vehicles
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-11-09 16:17:54 +0100
committerFilip Gawin <filip.gawin@zoho.com>2019-11-12 23:34:28 +0100
commitbe7d1d1a6327426dbe24c5b7b8eb16e5bb83a587 (patch)
tree3f802ec81aa739a423db3946f70244bfca0c536f /src/vehicles
parentfixes (diff)
downloadre3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar
re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.gz
re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.bz2
re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.lz
re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.xz
re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.tar.zst
re3-be7d1d1a6327426dbe24c5b7b8eb16e5bb83a587.zip
Diffstat (limited to 'src/vehicles')
-rw-r--r--src/vehicles/Automobile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp
index 30446894..8bd2037e 100644
--- a/src/vehicles/Automobile.cpp
+++ b/src/vehicles/Automobile.cpp
@@ -1014,7 +1014,7 @@ CAutomobile::ProcessControl(void)
m_vecMoveSpeed.Magnitude() > 0.0f && CTimer::GetTimeStep() > 0.0f){
FlyingControl(FLIGHT_MODEL_DODO);
}else if(GetModelIndex() == MI_MIAMI_RCBARON){
- FlyingControl(FLIGHT_MODEL_HELI);
+ FlyingControl(FLIGHT_MODEL_RCPLANE);
}else if(GetModelIndex() == MI_MIAMI_RCRAIDER || GetModelIndex() == MI_MIAMI_SPARROW || bAllCarCheat){
if(CPad::GetPad(0)->GetCircleJustDown())
m_aWheelSpeed[0] = max(m_aWheelSpeed[0]-0.03f, 0.0f);