From 361380d63039737df51c1ed684d5f70758c96790 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 30 May 2010 12:01:11 +0000 Subject: *some esthetic changes *split "CHud::RenderGoals()" *added "reload" command *added the ability to show last chat lines (+show_chat) *updated french.txt --- src/game/client/components/chat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 8a33e9e8..02afc902 100644 --- a/src/game/client/components/chat.h +++ b/src/game/client/components/chat.h @@ -9,7 +9,7 @@ class CChat : public CComponent enum { - MAX_LINES = 10, + MAX_LINES = 25, }; struct CLine @@ -34,10 +34,12 @@ class CChat : public CComponent }; int m_Mode; + bool m_Show; static void ConSay(IConsole::IResult *pResult, void *pUserData); static void ConSayTeam(IConsole::IResult *pResult, void *pUserData); static void ConChat(IConsole::IResult *pResult, void *pUserData); + static void ConShowChat(IConsole::IResult *pResult, void *pUserData); public: CChat(); -- cgit 1.4.1