mirror of
https://github.com/halpz/re3.git
synced 2025-07-24 02:19:48 +00:00
Merge branch 'miami' of https://github.com/GTAmodding/re3 into miamiDev
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user