summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2005-07-03 02:26:37 +0000
committerTim Angus <tim@ngus.net>2005-07-03 02:26:37 +0000
commitaa8b4d3185ffb552254e2d05af348d0d7dee491b (patch)
treeb9a3412a4ccd7b7ab2d2338ad2df9ce3026759e7 /src
parentb241a2db32d60741d6f9e23934a564460f23a386 (diff)
* Fixed the other [ 962477 ] Chasecam bug
Diffstat (limited to 'src')
-rw-r--r--src/game/g_active.c4
1 files changed, 4 insertions, 0 deletions
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 ) );