about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorTom Adams <Tom_Adams@web.de>2010-05-30 17:08:54 +0000
committerTom Adams <Tom_Adams@web.de>2010-05-30 17:08:54 +0000
commit262b566c94b547dc4fbc7fda2c3f5c9a51a19834 (patch)
tree5067dd3f61713cef86599b9ce9e8031438efc652 /src/game
parentd96f2583e12265642e12ba55eb4ee5275922374e (diff)
downloadzcatch-262b566c94b547dc4fbc7fda2c3f5c9a51a19834.tar.gz
zcatch-262b566c94b547dc4fbc7fda2c3f5c9a51a19834.zip
increased the fontsize of the chat messages
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/components/chat.cpp2
1 files changed, 1 insertions, 1 deletions
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;