From 411db8b88517bc5cf81289bdbcc1ed71326c6f87 Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 11 Oct 2010 02:29:30 +0200 Subject: fixed that chat message gets out of the window. Closes #102 --- src/game/client/components/chat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/components/chat.h') 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); -- cgit 1.4.1