about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-26 22:26:49 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-26 22:26:49 +0000
commitb36dee3ec0c28c9cfb84960a48fb5a544fa4eca5 (patch)
tree225aa8891c1d5c6583d4f6cec0d41f02e1186378 /src/game
parent8f72a35dbb37f341e46b157c84b5ddd9ffe47299 (diff)
downloadzcatch-b36dee3ec0c28c9cfb84960a48fb5a544fa4eca5.tar.gz
zcatch-b36dee3ec0c28c9cfb84960a48fb5a544fa4eca5.zip
removed debug stuff :)
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/menu2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/menu2.cpp b/src/game/client/menu2.cpp
index 34541e4b..5909a7d3 100644
--- a/src/game/client/menu2.cpp
+++ b/src/game/client/menu2.cpp
@@ -1439,7 +1439,7 @@ static void menu2_render_game(RECT main_view)
 
 int menu2_render()
 {
-	if(1)
+	if(0)
 	{
 		gfx_mapscreen(0,0,10*4/3.0f,10);
 		gfx_clear(gui_color.r, gui_color.g, gui_color.b);