about summary refs log tree commit diff
path: root/src/game/client/gc_client.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-22 11:55:56 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-22 11:55:56 +0000
commit3dd090c705678277cc0f88d9b5dce663ae67e80c (patch)
treef107d4a5364401ce1eed6ffa35f562d2e050e2e8 /src/game/client/gc_client.cpp
parent7797a651676ec47ab79222210f50c5aa4da80d7f (diff)
downloadzcatch-3dd090c705678277cc0f88d9b5dce663ae67e80c.tar.gz
zcatch-3dd090c705678277cc0f88d9b5dce663ae67e80c.zip
made better broadcast and motd
Diffstat (limited to 'src/game/client/gc_client.cpp')
-rw-r--r--src/game/client/gc_client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp
index 69ddc7c9..eee038b9 100644
--- a/src/game/client/gc_client.cpp
+++ b/src/game/client/gc_client.cpp
@@ -1537,10 +1537,10 @@ void render_game()
 			gfx_text(0, 150*gfx_screenaspect()-w/2, 50, 24, text, -1);
 		}
 		
-		if(time_get() < broadcast_time+time_freq()*5)
+		if(time_get() < broadcast_time)
 		{
-			float w = gfx_text_width(0, 16, broadcast_text, -1);
-			gfx_text(0, 150*gfx_screenaspect()-w/2, 50, 16, broadcast_text, -1);
+			float w = gfx_text_width(0, 14, broadcast_text, -1);
+			gfx_text(0, 150*gfx_screenaspect()-w/2, 35, 14, broadcast_text, -1);
 		}
 		
 		tuning_params standard_tuning;