Crash with dll's.

This commit is contained in:
Andrei Drexler 2009-07-01 06:07:05 +00:00
parent 6c05fcddee
commit 558345819a

View file

@ -609,7 +609,7 @@ void CG_PredictPlayerState(void)
/* 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->pm_type == PM_DEAD ) {
|| (cg_pmove.ps && cg_pmove.ps->pm_type == PM_DEAD) ) {
CG_InterpolatePlayerState(qfalse);
return;
}