diff --git a/code/game/bg_pmove.c b/code/game/bg_pmove.c index ed1708ee..b541d06c 100644 --- a/code/game/bg_pmove.c +++ b/code/game/bg_pmove.c @@ -2169,7 +2169,7 @@ void PM_UpdateViewAngles(playerState_t* ps, const usercmd_t* cmd) return; // no view changes at all } - if ((pm->ps->pm_type != PM_SPECTATOR) && (pm->ps->pm_flags & PMF_FOLLOW)) + if ((ps->pm_type != PM_SPECTATOR) && (ps->pm_flags & PMF_FOLLOW)) { return; }