summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_main.c')
-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);
+*/
}
/*