mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 01:34:09 +00:00
Frontend, Peds & logic and overflow fixes
This commit is contained in:
parent
5f92e74086
commit
be7d1d1a63
15 changed files with 821 additions and 358 deletions
|
@ -1014,7 +1014,7 @@ CAutomobile::ProcessControl(void)
|
|||
m_vecMoveSpeed.Magnitude() > 0.0f && CTimer::GetTimeStep() > 0.0f){
|
||||
FlyingControl(FLIGHT_MODEL_DODO);
|
||||
}else if(GetModelIndex() == MI_MIAMI_RCBARON){
|
||||
FlyingControl(FLIGHT_MODEL_HELI);
|
||||
FlyingControl(FLIGHT_MODEL_RCPLANE);
|
||||
}else if(GetModelIndex() == MI_MIAMI_RCRAIDER || GetModelIndex() == MI_MIAMI_SPARROW || bAllCarCheat){
|
||||
if(CPad::GetPad(0)->GetCircleJustDown())
|
||||
m_aWheelSpeed[0] = max(m_aWheelSpeed[0]-0.03f, 0.0f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue