diff --git a/code/game/g_main.c b/code/game/g_main.c index 99c12224..dca3b7d3 100644 --- a/code/game/g_main.c +++ b/code/game/g_main.c @@ -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 },