summaryrefslogtreecommitdiff
path: root/src/game/g_active.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_active.c')
-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 92366c48..d2abf65d 100644
--- a/src/game/g_active.c
+++ b/src/game/g_active.c
@@ -426,6 +426,7 @@ void SpectatorThink( gentity_t *ent, usercmd_t *ucmd )
else if( client->ps.stats[ STAT_TEAM ] == TEAM_HUMANS )
G_RemoveFromSpawnQueue( &level.humanSpawnQueue, client->ps.clientNum );
client->pers.classSelection = PCL_NONE;
+ client->pers.humanItemSelection = WP_NONE;
client->ps.stats[ STAT_CLASS ] = PCL_NONE;
client->ps.pm_flags &= ~PMF_QUEUED;
queued = qfalse;