about summary refs log tree commit diff
path: root/src/game/client/menu.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-02 17:55:45 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-02 17:55:45 +0000
commite96ad33a3473b7db60f88e7b6c59630cacd147c3 (patch)
treeeb41ebea8f83ce4e5676cce99193850f1ef4a892 /src/game/client/menu.cpp
parent59f0a07555c124e14185dd29078b3b5e99ea09d8 (diff)
downloadzcatch-e96ad33a3473b7db60f88e7b6c59630cacd147c3.tar.gz
zcatch-e96ad33a3473b7db60f88e7b6c59630cacd147c3.zip
fixed the editor
Diffstat (limited to 'src/game/client/menu.cpp')
-rw-r--r--src/game/client/menu.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp
index f41e938e..10dafc39 100644
--- a/src/game/client/menu.cpp
+++ b/src/game/client/menu.cpp
@@ -1,4 +1,6 @@
 /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
+#if 0
+
 #include <stdio.h>
 #include <math.h>
 #include <string.h>
@@ -1859,3 +1861,5 @@ extern "C" int modmenu_render(int ingame) // TODO: nastyness
 
 	return r;
 }
+
+#endif