r1199 - trunk/code/game

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Oct 22 15:06:39 EDT 2007


Author: tma
Date: 2007-10-22 15:06:38 -0400 (Mon, 22 Oct 2007)
New Revision: 1199

Modified:
   trunk/code/game/g_main.c
Log:
* Rename g_logfile back to g_log, but keep the cvar variable as is (see r128)


Modified: trunk/code/game/g_main.c
===================================================================
--- trunk/code/game/g_main.c	2007-10-13 13:26:41 UTC (rev 1198)
+++ trunk/code/game/g_main.c	2007-10-22 19:06:38 UTC (rev 1199)
@@ -126,8 +126,8 @@
 
 	{ &g_warmup, "g_warmup", "20", CVAR_ARCHIVE, 0, qtrue  },
 	{ &g_doWarmup, "g_doWarmup", "0", 0, 0, qtrue  },
-	{ &g_logfile, "g_logfile", "games.log", CVAR_ARCHIVE, 0, qfalse  },
-	{ &g_logfileSync, "g_logfileSync", "0", CVAR_ARCHIVE, 0, qfalse  },
+	{ &g_logfile, "g_log", "games.log", CVAR_ARCHIVE, 0, qfalse  },
+	{ &g_logfileSync, "g_logync", "0", CVAR_ARCHIVE, 0, qfalse  },
 
 	{ &g_password, "g_password", "", CVAR_USERINFO, 0, qfalse  },
 




More information about the quake3-commits mailing list