Skip to content

Commit

Permalink
Make g_doWarmup archived cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Jun 25, 2011
1 parent 8a72bbb commit 774ed53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/g_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ 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_doWarmup, "g_doWarmup", "0", CVAR_ARCHIVE, 0, qtrue },
{ &g_logfile, "g_log", "games.log", CVAR_ARCHIVE, 0, qfalse },
{ &g_logfileSync, "g_logsync", "0", CVAR_ARCHIVE, 0, qfalse },

Expand Down

0 comments on commit 774ed53

Please sign in to comment.