* Rename g_logfile back to g_log, but keep the cvar variable as is (see r128)

This commit is contained in:
Tim Angus 2007-10-22 19:06:38 +00:00
parent 2bebaff8b4
commit 4eb569b706
1 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@ static cvarTable_t gameCvarTable[] = {
{ &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 },