From eb4a56edebd1d5bb6cf708bbb34cd4c7e1967eed Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 11 Oct 2010 12:31:45 +0200 Subject: tweaked auto scrolling in the chat window a bit --- src/game/client/components/chat.h | 1 + 1 file changed, 1 insertion(+) (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 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); -- cgit 1.4.1