From aa8b4d3185ffb552254e2d05af348d0d7dee491b Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 3 Jul 2005 02:26:37 +0000 Subject: * Fixed the other [ 962477 ] Chasecam bug --- src/game/g_active.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game') diff --git a/src/game/g_active.c b/src/game/g_active.c index 792817ac..dcad7c90 100644 --- a/src/game/g_active.c +++ b/src/game/g_active.c @@ -337,6 +337,10 @@ void SpectatorThink( gentity_t *ent, usercmd_t *ucmd ) client->ps.speed = 400; // faster than normal client->ps.stats[ STAT_STAMINA ] = 0; + client->ps.stats[ STAT_MISC ] = 0; + client->ps.stats[ STAT_BUILDABLE ] = 0; + client->ps.stats[ STAT_PCLASS ] = PCL_NONE; + client->ps.weapon = WP_NONE; // set up for pmove memset( &pm, 0, sizeof( pm ) ); -- cgit