From e1f11951c6fdc8c4d8e044a486bf342a5c0349c5 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 12 Jul 2014 16:40:17 +0200 Subject: remove G_CheckCuboidConfig() until it is fixed --- src/game/g_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/game/g_main.c b/src/game/g_main.c index b792bd3..d929464 100644 --- a/src/game/g_main.c +++ b/src/game/g_main.c @@ -564,6 +564,8 @@ odd tokens are cuboid modes */ void G_CheckCuboidConfig(char* mapname) { +// this code is worth a facepalm +/* char* token; char config[MAX_CVAR_VALUE_STRING]; //should be enough for few maps qboolean type=qfalse; @@ -591,6 +593,7 @@ void G_CheckCuboidConfig(char* mapname) } } Com_Printf("cuboids are %s%s^7 on %s\n",(mode==0?"^2ENABLED":(mode==1?"^1DISABLED ON S1":"^1DISABLED")),(found?"":" BY DEFAULT"),mapname); +*/ } /* -- cgit