mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-04-19 07:41:41 +00:00
Headshot Frozen ragdoll bug fix
line 2403
This commit is contained in:
parent
4c004b8dd5
commit
c82c8b6c22
1 changed files with 1 additions and 1 deletions
|
@ -2400,7 +2400,7 @@ void idActor::Damage( idEntity *inflictor, idEntity *attacker, const idVec3 &dir
|
|||
thread->Start();
|
||||
|
||||
//don't apply impulse
|
||||
nextImpulse = gameLocal.time; // was + 10 commented out 2018 revility. Was causing frozen head shots.
|
||||
nextImpulse = gameLocal.time; // was + 10 commented out 2018 revility. Was causing frozen ragdolls after head shots.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue