diff options
| author | oy <Tom_Adams@web.de> | 2010-10-11 12:31:45 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-10-11 12:31:45 +0200 |
| commit | eb4a56edebd1d5bb6cf708bbb34cd4c7e1967eed (patch) | |
| tree | 8cd7950b9bfee0a11c82908e870606877f11fe31 /src/game/client/components/chat.h | |
| parent | 411db8b88517bc5cf81289bdbcc1ed71326c6f87 (diff) | |
| download | zcatch-eb4a56edebd1d5bb6cf708bbb34cd4c7e1967eed.tar.gz zcatch-eb4a56edebd1d5bb6cf708bbb34cd4c7e1967eed.zip | |
tweaked auto scrolling in the chat window a bit
Diffstat (limited to 'src/game/client/components/chat.h')
| -rw-r--r-- | src/game/client/components/chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/chat.h b/src/game/client/components/chat.h index 85aca296..81ea273e 100644 --- a/src/game/client/components/chat.h +++ b/src/game/client/components/chat.h @@ -37,6 +37,7 @@ class CChat : public CComponent bool m_Show; bool m_InputUpdate; int m_ChatStringOffset; + int m_OldChatStringLength; static void ConSay(IConsole::IResult *pResult, void *pUserData); static void ConSayTeam(IConsole::IResult *pResult, void *pUserData); |