mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 23:32:06 +00:00
Collision with SDL's g_log fixed #2
This commit is contained in:
parent
032e03c563
commit
f43ce9b878
1 changed files with 2 additions and 2 deletions
|
@ -631,8 +631,8 @@ static cvarTable_t gameCvarTable[] = {
|
||||||
{&g_teamForceBalance, "g_teamForceBalance", "0", CVAR_ARCHIVE},
|
{&g_teamForceBalance, "g_teamForceBalance", "0", CVAR_ARCHIVE},
|
||||||
{&g_warmup, "g_warmup", "20", CVAR_ARCHIVE, 0, qtrue},
|
{&g_warmup, "g_warmup", "20", CVAR_ARCHIVE, 0, qtrue},
|
||||||
{&g_doWarmup, "g_doWarmup", "0", 0, 0, qtrue},
|
{&g_doWarmup, "g_doWarmup", "0", 0, 0, qtrue},
|
||||||
{&g_logfile, "g_logfile", "reaction.log", CVAR_ARCHIVE, 0, qfalse},
|
{&g_logfile, "g_log", "reaction.log", CVAR_ARCHIVE, 0, qfalse},
|
||||||
{&g_logfileSync, "g_logfileSync", "0", CVAR_ARCHIVE, 0, qfalse},
|
{&g_logfileSync, "g_logSync", "0", CVAR_ARCHIVE, 0, qfalse},
|
||||||
{&g_password, "g_password", "", CVAR_USERINFO, 0, qfalse},
|
{&g_password, "g_password", "", CVAR_USERINFO, 0, qfalse},
|
||||||
{&g_banIPs, "g_banIPs", "", CVAR_ARCHIVE, 0, qfalse},
|
{&g_banIPs, "g_banIPs", "", CVAR_ARCHIVE, 0, qfalse},
|
||||||
{&g_filterBan, "g_filterBan", "1", CVAR_ARCHIVE, 0, qfalse},
|
{&g_filterBan, "g_filterBan", "1", CVAR_ARCHIVE, 0, qfalse},
|
||||||
|
|
Loading…
Reference in a new issue