diff options
| author | oy <Tom_Adams@web.de> | 2011-03-22 22:41:27 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-22 22:41:27 +0100 |
| commit | b64db75a6b5e6a08c356278ab73d29707579844c (patch) | |
| tree | cc58c2a2def9972c8e04892b9527e08a4ef97f29 /src/game/client/gameclient.h | |
| parent | 05244d4dad5a08eb53fdd738588a29e26af72736 (diff) | |
| download | zcatch-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.h | 3 |
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]; |