From 2b2ddde04f3d61b09129f944387279906c73f6a4 Mon Sep 17 00:00:00 2001 From: oy Date: Thu, 4 Aug 2011 23:43:39 +0200 Subject: sort players in kick/move to spec vote and player options by team. Closes #809 --- src/game/client/gameclient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.h') diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h index 4783f8b4..0dff77d4 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -125,6 +125,7 @@ public: const CNetObj_PlayerInfo *m_paPlayerInfos[MAX_CLIENTS]; const CNetObj_PlayerInfo *m_paInfoByScore[MAX_CLIENTS]; + const CNetObj_PlayerInfo *m_paInfoByTeam[MAX_CLIENTS]; int m_LocalClientID; int m_NumPlayers; -- cgit 1.4.1