diff options
| author | oy <Tom_Adams@web.de> | 2010-10-11 02:29:30 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-10-11 02:29:30 +0200 |
| commit | 411db8b88517bc5cf81289bdbcc1ed71326c6f87 (patch) | |
| tree | b938b6f72969300c540440e99533550c507803be /src/game/client/components/chat.h | |
| parent | de7504282c372a391bca19bb664b9ccf22fad47b (diff) | |
| download | zcatch-411db8b88517bc5cf81289bdbcc1ed71326c6f87.tar.gz zcatch-411db8b88517bc5cf81289bdbcc1ed71326c6f87.zip | |
fixed that chat message gets out of the window. Closes #102
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); |