From 8a4ad078a3a7c57c1b65c6ba1f0296c61d4b4c19 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Sun, 30 Apr 2023 01:31:18 -0400 Subject: [PATCH] Compile error Sorry, the branch doesn't compile without this opening parenthesis :holdingbacktears: --- src/p_mobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_mobj.c b/src/p_mobj.c index a55de859c..b94b7f536 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -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.