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-03-22 22:41:27 +0100
committeroy <Tom_Adams@web.de>2011-03-22 22:41:27 +0100
commitb64db75a6b5e6a08c356278ab73d29707579844c (patch)
treecc58c2a2def9972c8e04892b9527e08a4ef97f29 /src/game/client/gameclient.h
parent05244d4dad5a08eb53fdd738588a29e26af72736 (diff)
downloadzcatch-b64db75a6b5e6a08c356278ab73d29707579844c.tar.gz
zcatch-b64db75a6b5e6a08c356278ab73d29707579844c.zip
added an option to ignore other players in chat
Diffstat (limited to 'src/game/client/gameclient.h')
-rw-r--r--src/game/client/gameclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h
index e807592f..22caa740 100644
--- a/src/game/client/gameclient.h
+++ b/src/game/client/gameclient.h
@@ -176,8 +176,11 @@ public:
 		CTeeRenderInfo m_RenderInfo; // this is what we use
 		
 		float m_Angle;
+		bool m_Active;
+		bool m_ChatIgnore;
 		
 		void UpdateRenderInfo();
+		void Reset();
 	};
 
 	CClientData m_aClients[MAX_CLIENTS];