From b64db75a6b5e6a08c356278ab73d29707579844c Mon Sep 17 00:00:00 2001 From: oy Date: Tue, 22 Mar 2011 22:41:27 +0100 Subject: added an option to ignore other players in chat --- src/game/client/gameclient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/client/gameclient.h') 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]; -- cgit 1.4.1