new implementation for car fly enhancment

This commit is contained in:
Roman Masanin 2020-09-30 13:37:43 +03:00
parent fae4c73ad3
commit db0758690e
2 changed files with 14 additions and 3 deletions

View file

@ -1390,7 +1390,7 @@ CAutomobile::ProcessControl(void)
m_vecMoveSpeed.Magnitude() > 0.0f && CTimer::GetTimeStep() > 0.0f){
#ifdef ALT_DODO_CHEAT
if (bAltDodoCheat)
FlyingControl(FLIGHT_MODEL_PLANE);
FlyingControl(FLIGHT_MODEL_PLANE_UNUSED);
else
#endif
if(GetModelIndex() == MI_DODO)