mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 03:44:41 +00:00
new implementation for car fly enhancment
This commit is contained in:
parent
fae4c73ad3
commit
db0758690e
2 changed files with 14 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue