From ab7d626efd47289d3ded476422e25799eb751e26 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Mon, 1 Aug 2011 21:10:32 +0000 Subject: * (bug 5006) Keep ps.pmext up to date in the spectator situations, although this functionally changes nothing. (/dev/humancontroller) --- src/game/g_active.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit