From 170be982eadc44d5917b54f78f9dea8fc43377a5 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Thu, 2 Mar 2023 18:41:46 -0500 Subject: [PATCH] Force Easy game speed for Podium sequence --- src/p_setup.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/p_setup.c b/src/p_setup.c index 8679bf278..22f426c9e 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -7083,7 +7083,11 @@ static void P_InitLevelSettings(void) gamespeed = KARTSPEED_EASY; franticitems = false; - if (grandprixinfo.gp == true) + if (K_PodiumSequence() == true) + { + ; // NOP + } + else if (grandprixinfo.gp == true) { if (gametyperules & GTR_CIRCUIT) {