From f43ce9b8788c8d7f42faf468b560db367c959b3f Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Wed, 8 Jul 2009 21:09:31 +0000 Subject: [PATCH] Collision with SDL's g_log fixed #2 --- reaction/code/game/g_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reaction/code/game/g_main.c b/reaction/code/game/g_main.c index 4eac160f..e083353e 100644 --- a/reaction/code/game/g_main.c +++ b/reaction/code/game/g_main.c @@ -631,8 +631,8 @@ static cvarTable_t gameCvarTable[] = { {&g_teamForceBalance, "g_teamForceBalance", "0", CVAR_ARCHIVE}, {&g_warmup, "g_warmup", "20", CVAR_ARCHIVE, 0, qtrue}, {&g_doWarmup, "g_doWarmup", "0", 0, 0, qtrue}, - {&g_logfile, "g_logfile", "reaction.log", CVAR_ARCHIVE, 0, qfalse}, - {&g_logfileSync, "g_logfileSync", "0", CVAR_ARCHIVE, 0, qfalse}, + {&g_logfile, "g_log", "reaction.log", CVAR_ARCHIVE, 0, qfalse}, + {&g_logfileSync, "g_logSync", "0", CVAR_ARCHIVE, 0, qfalse}, {&g_password, "g_password", "", CVAR_USERINFO, 0, qfalse}, {&g_banIPs, "g_banIPs", "", CVAR_ARCHIVE, 0, qfalse}, {&g_filterBan, "g_filterBan", "1", CVAR_ARCHIVE, 0, qfalse},