diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-10-18 15:57:56 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-10-18 15:57:56 +0300 |
commit | e7cd2f975492875faa2f26b3b13b8015d53a94d4 (patch) | |
tree | d2073406eb89be0575128fe1f5570013a346570d /src/game/g_local.h | |
parent | fac45098669b7516a26f7460d5ac4b9514423ee8 (diff) |
The old team is no longer stored as part of persistent data when leaving team.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |