Merge branch 'ring-respawn-fuck' into 'master'

Make ring respawn a division

See merge request KartKrew/Kart!833
This commit is contained in:
Oni 2022-12-22 10:18:28 +00:00
commit 8222b4d52b

View file

@ -11462,7 +11462,7 @@ void P_RespawnSpecials(void)
}
else if (pcount > 1)
{
time = (120 - ((pcount-2) * 20)) * TICRATE;
time = (120 * TICRATE) / (pcount - 1);
// If the map is longer or shorter than 3 laps, then adjust ring respawn to account for this.
// 5 lap courses would have more retreaded ground, while 2 lap courses would have less.