From 262b566c94b547dc4fbc7fda2c3f5c9a51a19834 Mon Sep 17 00:00:00 2001 From: Tom Adams Date: Sun, 30 May 2010 17:08:54 +0000 Subject: increased the fontsize of the chat messages --- src/game/client/components/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client') diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp index da56206f..898cd30f 100644 --- a/src/game/client/components/chat.cpp +++ b/src/game/client/components/chat.cpp @@ -214,7 +214,7 @@ void CChat::OnRender() break; float Begin = x; - float FontSize = 5.0f; + float FontSize = 6.0f; // get the y offset CTextCursor Cursor; -- cgit 1.4.1