summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/g_active.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_active.c b/src/game/g_active.c
index dbc00741..58034a46 100644
--- a/src/game/g_active.c
+++ b/src/game/g_active.c
@@ -469,6 +469,7 @@ void SpectatorThink( gentity_t *ent, usercmd_t *ucmd )
// Set up for pmove
memset( &pm, 0, sizeof( pm ) );
pm.ps = &client->ps;
+ pm.pmext = &client->pmext;
pm.cmd = *ucmd;
pm.tracemask = MASK_DEADSOLID; // spectators can fly through bodies
pm.trace = trap_Trace;