about summary refs log tree commit diff
path: root/src/game/client/components/players.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/players.h')
-rw-r--r--src/game/client/components/players.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/players.h b/src/game/client/components/players.h
index cedad0ff..9f23a0e6 100644
--- a/src/game/client/components/players.h
+++ b/src/game/client/components/players.h
@@ -6,6 +6,7 @@
 
 class CPlayers : public CComponent
 {
+	CTeeRenderInfo m_aRenderInfo[MAX_CLIENTS];
 	void RenderHand(class CTeeRenderInfo *pInfo, vec2 CenterPos, vec2 Dir, float AngleOffset, vec2 PostRotOffset);
 	void RenderPlayer(
 		const CNetObj_Character *pPrevChar,