about summary refs log tree commit diff
path: root/src/game/client/components/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/chat.h')
-rw-r--r--src/game/client/components/chat.h1
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);