mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-04-04 16:41:31 +00:00
Update Actor.cpp
sdk side of the fix to stop ragdolls from freezing during a head shot. Other parts were in the ai script files due too much sys.waits.
This commit is contained in:
parent
22d4c82607
commit
85352e4a48
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 + 10;
|
||||
nextImpulse = gameLocal.time; // was + 10 commented out 2018 revility. Was causing frozen head shots.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue