g_warmup_allguns = cvar("g_warmup_allguns");
g_warmup_allow_timeout = cvar("g_warmup_allow_timeout");
- if ((g_race && g_race_qualifying == 2) || g_arena || g_minstagib || g_assault || cvar("g_campaign") || cvar("g_melee_only"))
+ if ((g_race && g_race_qualifying == 2) || g_arena || g_assault || cvar("g_campaign") || cvar("g_melee_only"))
inWarmupStage = 0; // these modes cannot work together, sorry
g_pickup_respawntime_weapon = cvar("g_pickup_respawntime_weapon");
start_health = 100;
start_armorvalue = 0;
WEPSET_COPY_AW(start_weapons, WEP_MINSTANEX);
+ WEPSET_COPY_AW(warmup_start_weapons, WEP_MINSTANEX);
start_items |= IT_UNLIMITED_SUPERWEAPONS;
return FALSE;