about summary refs log tree commit diff
path: root/src/game/client/gameclient.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-08-04 23:43:39 +0200
committeroy <Tom_Adams@web.de>2011-08-05 19:52:38 +0200
commit2b2ddde04f3d61b09129f944387279906c73f6a4 (patch)
treef1844f47869f5ffb44fb33dd2c94fd5d21c95bd7 /src/game/client/gameclient.h
parente5395f00b39b6a7e1beca405c33c6155e83d3b5a (diff)
downloadzcatch-2b2ddde04f3d61b09129f944387279906c73f6a4.tar.gz
zcatch-2b2ddde04f3d61b09129f944387279906c73f6a4.zip
sort players in kick/move to spec vote and player options by team. Closes #809
Diffstat (limited to 'src/game/client/gameclient.h')
-rw-r--r--src/game/client/gameclient.h1
1 files changed, 1 insertions, 0 deletions
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;