Compile error

Sorry, the branch doesn't compile without this opening parenthesis :holdingbacktears:
This commit is contained in:
VelocitOni 2023-04-30 01:31:18 -04:00
parent f4e14f5fe3
commit 8a4ad078a3

View file

@ -11652,7 +11652,7 @@ void P_RespawnSpecials(void)
}
else if (pcount > 1)
{
time = (120 * TICRATE) / (((pcount - 1) * (pcount - 1)) / 3) + 1);
time = ((120 * TICRATE) / (((pcount - 1) * (pcount - 1)) / 3) + 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.