summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/bg_pmove.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c
index 2fd4a81a..e5f59919 100644
--- a/src/game/bg_pmove.c
+++ b/src/game/bg_pmove.c
@@ -3095,6 +3095,7 @@ void PmoveSingle (pmove_t *pmove)
if( pm->ps->pm_type == PM_NOCLIP )
{
+ PM_UpdateViewAngles( pm->ps, &pm->cmd );
PM_NoclipMove( );
PM_DropTimers( );
return;