mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 04:32:28 +00:00
Fixing Announcer death sounds, bringing back jerky corpses
This commit is contained in:
parent
bbac486d8a
commit
c7a4d2025a
1 changed files with 3 additions and 2 deletions
|
@ -609,8 +609,9 @@ void CG_PredictPlayerState(void)
|
|||
// JBravo: Zcam fix
|
||||
/* camera jitter fix (client side) */
|
||||
if (cg.demoPlayback || (cg.snap->ps.pm_flags & PMF_FOLLOW) ||
|
||||
((cg.snap->ps.stats[STAT_RQ3] & RQ3_ZCAM) == RQ3_ZCAM)
|
||||
|| (cg_pmove.ps && cg_pmove.ps->pm_type == PM_DEAD) ) {
|
||||
// ((cg.snap->ps.stats[STAT_RQ3] & RQ3_ZCAM) == RQ3_ZCAM)
|
||||
((cg.snap->ps.stats[STAT_RQ3] & RQ3_ZCAM) == RQ3_ZCAM)) {
|
||||
// || (cg_pmove.ps && cg_pmove.ps->pm_type == PM_DEAD) ) {
|
||||
CG_InterpolatePlayerState(qfalse);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue