mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 10:39:47 +00:00
Fixes for Serge's review
This commit is contained in:
@ -1831,7 +1831,7 @@ CPhysical::ProcessCollision(void)
|
||||
|
||||
if(IsPed() && (distSq >= sq(0.2f) || ped->IsPlayer())){
|
||||
if(ped->IsPlayer())
|
||||
n = max(NUMSTEPS(0.2f), 2.0);
|
||||
n = max(NUMSTEPS(0.2f), 2.0f);
|
||||
else
|
||||
n = NUMSTEPS(0.3f);
|
||||
step = savedTimeStep / n;
|
||||
|
Reference in New Issue
Block a user