mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 05:19:59 +00:00
GTA_VERSION define and some config.h cleanup
This commit is contained in:
parent
566282057a
commit
d5bc382cb5
25 changed files with 96 additions and 86 deletions
|
@ -405,7 +405,7 @@ CVehicle::FlyingControl(eFlightModel flightModel)
|
|||
else
|
||||
fThrust = fThrustVar * (CPad::GetPad(0)->GetAccelerate() - 2 * CPad::GetPad(0)->GetBrake()) / 255.0f + 0.95f;
|
||||
fThrust -= fRotorFallOff * DotProduct(m_vecMoveSpeed, GetUp());
|
||||
#ifdef GTA3_1_1_PATCH
|
||||
#if GTA_VERSION >= GTA3_PC_11
|
||||
if (fThrust > 0.9f && GetPosition().z > 80.0f)
|
||||
fThrust = 0.9f;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue