mirror of
https://github.com/halpz/re3.git
synced 2025-07-26 03:32:45 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
# Conflicts: # src/control/Script.cpp
This commit is contained in:
@ -330,7 +330,7 @@ CVehicle::FlyingControl(eFlightModel flightModel)
|
||||
case FLIGHT_MODEL_PLANE:
|
||||
{
|
||||
float fSteerLR = CPad::GetPad(0)->GetSteeringLeftRight() / 128.0f;
|
||||
float fSteerUD = -CPad::GetPad(0)->GetSteeringUpDown() / 128.0f;
|
||||
float fSteerUD = CPad::GetPad(0)->GetSteeringUpDown() / 128.0f;
|
||||
float fGunUD = Abs(CPad::GetPad(0)->GetCarGunUpDown());
|
||||
#ifdef FREE_CAM
|
||||
if(!CCamera::bFreeCam || (CCamera::bFreeCam && !CPad::IsAffectedByController))
|
||||
|
Reference in New Issue
Block a user