diff options
Diffstat (limited to 'src/game/client/components/chat.h')
| -rw-r--r-- | src/game/client/components/chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/components/chat.h b/src/game/client/components/chat.h index c1867c00..85aca296 100644 --- a/src/game/client/components/chat.h +++ b/src/game/client/components/chat.h @@ -35,6 +35,8 @@ class CChat : public CComponent int m_Mode; bool m_Show; + bool m_InputUpdate; + int m_ChatStringOffset; static void ConSay(IConsole::IResult *pResult, void *pUserData); static void ConSayTeam(IConsole::IResult *pResult, void *pUserData); |