Force Easy game speed for Podium sequence

This commit is contained in:
Sally Coolatta 2023-03-02 18:41:46 -05:00
parent 0a63476a68
commit 170be982ea

View file

@ -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)
{