summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-04-25 11:14:51 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-04-25 11:14:51 +0200
commitf3ae4fa1844f8656c661591b34e7e875e689b92d (patch)
tree94c203813916f270260ca49c7cd8a9714d747a94
parentflying control (diff)
downloadre3-f3ae4fa1844f8656c661591b34e7e875e689b92d.tar
re3-f3ae4fa1844f8656c661591b34e7e875e689b92d.tar.gz
re3-f3ae4fa1844f8656c661591b34e7e875e689b92d.tar.bz2
re3-f3ae4fa1844f8656c661591b34e7e875e689b92d.tar.lz
re3-f3ae4fa1844f8656c661591b34e7e875e689b92d.tar.xz
re3-f3ae4fa1844f8656c661591b34e7e875e689b92d.tar.zst
re3-f3ae4fa1844f8656c661591b34e7e875e689b92d.zip
-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 008d50f7..74609e15 100644
--- a/src/vehicles/Automobile.cpp
+++ b/src/vehicles/Automobile.cpp
@@ -1013,7 +1013,7 @@ CAutomobile::ProcessControl(void)
m_aWheelSpeed[0] = Max(m_aWheelSpeed[0]-0.0005f, 0.0f);
}else if((GetModelIndex() == MI_DODO || CVehicle::bAllDodosCheat) &&
m_vecMoveSpeed.Magnitude() > 0.0f && CTimer::GetTimeStep() > 0.0f){
- FlyingControl(FLIGHT_MODEL_RCPLANE);
+ FlyingControl(FLIGHT_MODEL_DODO);
}else if(GetModelIndex() == MI_MIAMI_RCBARON){
FlyingControl(FLIGHT_MODEL_RCPLANE);
}else if(GetModelIndex() == MI_MIAMI_RCRAIDER || GetModelIndex() == MI_MIAMI_SPARROW || bAllCarCheat){