From e7cd2f975492875faa2f26b3b13b8015d53a94d4 Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Sat, 18 Oct 2014 15:57:56 +0300 Subject: The old team is no longer stored as part of persistent data when leaving team. --- src/game/g_local.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index 2163df4..522bdb7 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -354,8 +354,6 @@ typedef struct char voice[ MAX_VOICE_NAME_LEN ]; qboolean useUnlagged; - // team change tracking - team_t newTeam; // keep track of other players' info for tinfo char cinfo[ MAX_CLIENTS ][ 16 ]; } clientPersistant_t; -- cgit