mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 09:50:33 +00:00
the driver fix
This commit is contained in:
parent
63a27fbc5f
commit
370d693f9d
2 changed files with 3 additions and 3 deletions
|
@ -1859,9 +1859,9 @@ CVehicle::SetDriver(CPed *driver)
|
|||
}
|
||||
|
||||
if(IsBike())
|
||||
ApplyMoveForce(-0.2f*driver->m_fMass * GetUp());
|
||||
ApplyMoveForce(-0.02f*driver->m_fMass * GetUp());
|
||||
else
|
||||
ApplyTurnForce(0.0f, 0.0f, -0.2f*driver->m_fMass,
|
||||
ApplyTurnForce(0.0f, 0.0f, -0.02f*driver->m_fMass,
|
||||
driver->GetPosition().x - GetPosition().x,
|
||||
driver->GetPosition().y - GetPosition().y,
|
||||
0.0f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue