summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/bg_pmove.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c
index 6f9e89a8..17b0e3fd 100644
--- a/src/game/bg_pmove.c
+++ b/src/game/bg_pmove.c
@@ -2605,10 +2605,6 @@ void PmoveSingle (pmove_t *pmove)
pml.frametime = pml.msec * 0.001;
- //TA: temporary fix to prediction errors until the view smoothing
- // is moved to the client side
- PM_UpdateViewAngles( pm->ps, &pm->cmd );
-
AngleVectors( pm->ps->viewangles, pml.forward, pml.right, pml.up );
if ( pm->cmd.upmove < 10 ) {