summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2014-07-12 16:40:17 +0200
committerenneract <trem.redman@gmail.com>2014-07-12 17:06:41 +0200
commite1f11951c6fdc8c4d8e044a486bf342a5c0349c5 (patch)
tree5e1ee75637306d54b571d9195b68cb1f04c3b4e9
parent17e1e34d8fac4e5ad38397c49d8b6e9f52f25b3f (diff)
remove G_CheckCuboidConfig() until it is fixed
-rw-r--r--src/game/g_main.c3
1 files changed, 3 insertions, 0 deletions
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);
+*/
}
/*