mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-18 12:42:30 +00:00
Don't run P_RespawnBattleBoxes
This commit is contained in:
parent
b83f9afecb
commit
16e08d4388
1 changed files with 2 additions and 2 deletions
|
|
@ -9948,8 +9948,8 @@ void P_RespawnSpecials(void)
|
|||
INT32 time = 30*TICRATE; // Respawn things in empty dedicated servers
|
||||
mapthing_t *mthing = NULL;
|
||||
|
||||
if (!(gametyperules & GTR_CIRCUIT) && numgotboxes >= (4*nummapboxes/5)) // Battle Mode respawns all boxes in a different way
|
||||
P_RespawnBattleBoxes();
|
||||
//if (!(gametyperules & GTR_CIRCUIT) && numgotboxes >= (4*nummapboxes/5)) // Battle Mode respawns all boxes in a different way
|
||||
//P_RespawnBattleBoxes();
|
||||
|
||||
// wait time depends on player count
|
||||
for (p = 0; p < MAXPLAYERS; p++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue