diff --git a/game/Actor.cpp b/game/Actor.cpp index e5b8813..4f1ca0a 100644 --- a/game/Actor.cpp +++ b/game/Actor.cpp @@ -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. } } }