Changeset 142:f21cec8595b5

Show
Ignore:
Timestamp:
05/04/08 12:53:47 (2 years ago)
Author:
mdoison@…
Branch:
default
Message:
  • Changes some defaults:
    • decrease g_warmup from 20 to 10
    • decrease g_jetpackLimit from 40 to 20
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/game/g_main.c

    r141 r142  
    229229  { &g_teamForceBalance, "g_teamForceBalance", "1", CVAR_ARCHIVE  }, 
    230230 
    231   { &g_warmup, "g_warmup", "20", CVAR_ARCHIVE, 0, qtrue  }, 
     231  { &g_warmup, "g_warmup", "10", CVAR_ARCHIVE, 0, qtrue  }, 
    232232  { &g_doWarmup, "g_doWarmup", "1", CVAR_ARCHIVE, 0, qtrue  }, 
    233233  { &g_warmupMessage, "g_warmupMessage", "", CVAR_ARCHIVE, 0, qtrue  }, 
     
    354354  { &g_grangerMode, "g_grangerMode", "0", 0, 0, qfalse }, 
    355355  { &g_repeaterOnReactor, "g_repeaterOnReactor", "1", 0, 0, qfalse }, 
    356   { &g_jetpackLimit, "g_jetpackLimit", "40", 0, 0, qfalse }, 
     356  { &g_jetpackLimit, "g_jetpackLimit", "20", 0, 0, qfalse }, 
    357357  { &g_allowActions, "g_allowActions", "1", CVAR_ARCHIVE, 0, qfalse }, 
    358358  { &g_actionPrefix, "g_actionPrefix", "***", CVAR_ARCHIVE, 0, qfalse }