diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 13:11:23 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:32 +0000 |
commit | 73dc033ecade830d30a15a818508fa160346aeb5 (patch) | |
tree | e18ee3243208e94bfbe54ab4ed4b566b7d49d636 /src/game/g_main.c | |
parent | c34d3e1004efac3c4a09641c4b47eb53f2081201 (diff) |
g_markDeconstruct default changed 1 -> 3
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r-- | src/game/g_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c index 8d350202..4450b96f 100644 --- a/src/game/g_main.c +++ b/src/game/g_main.c @@ -257,7 +257,7 @@ static cvarTable_t gameCvarTable[ ] = { &g_floodMaxDemerits, "g_floodMaxDemerits", "5000", CVAR_ARCHIVE, 0, qfalse }, { &g_floodMinTime, "g_floodMinTime", "2000", CVAR_ARCHIVE, 0, qfalse }, - { &g_markDeconstruct, "g_markDeconstruct", "1", CVAR_SERVERINFO | CVAR_ARCHIVE, 0, qfalse }, + { &g_markDeconstruct, "g_markDeconstruct", "3", CVAR_SERVERINFO | CVAR_ARCHIVE, 0, qfalse }, { &g_debugMapRotation, "g_debugMapRotation", "0", 0, 0, qfalse }, { &g_currentMapRotation, "g_currentMapRotation", "-1", 0, 0, qfalse }, // -1 = NOT_ROTATING |