mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-29 06:43:43 +00:00
revert physics changes. They ain't right.
This commit is contained in:
parent
a30ff24bad
commit
10f42aa2b9
1 changed files with 0 additions and 6 deletions
|
@ -1540,12 +1540,6 @@ CPed::UpdatePosition(void)
|
||||||
velocityChange = velocityChange * (changeMult / speedChange);
|
velocityChange = velocityChange * (changeMult / speedChange);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef FIX_BUGS
|
|
||||||
//helps with ped<->vehicle collisions and sprinting on steep grades at high framerates
|
|
||||||
velocityChange *= CTimer::GetTimeStepFix();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
m_vecMoveSpeed.x += velocityChange.x;
|
m_vecMoveSpeed.x += velocityChange.x;
|
||||||
m_vecMoveSpeed.y += velocityChange.y;
|
m_vecMoveSpeed.y += velocityChange.y;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue