Tutorial Skip is at Gear 2

This commit is contained in:
Sally Coolatta 2024-04-25 23:56:43 -04:00
parent 5561928ad4
commit 4f68707761

View file

@ -7696,6 +7696,10 @@ static void P_InitLevelSettings(void)
// We don't touch the gamespeed, though! // We don't touch the gamespeed, though!
} }
else if (tutorialchallenge == TUTORIALSKIP_INPROGRESS)
{
gamespeed = KARTSPEED_NORMAL;
}
else if (grandprixinfo.gp == true) else if (grandprixinfo.gp == true)
{ {
if (multi_speed) if (multi_speed)
@ -7703,10 +7707,7 @@ static void P_InitLevelSettings(void)
gamespeed = grandprixinfo.gamespeed; gamespeed = grandprixinfo.gamespeed;
} }
} }
else if ( else if (modeattacking != ATTACKING_NONE)
modeattacking != ATTACKING_NONE
|| tutorialchallenge == TUTORIALSKIP_INPROGRESS
)
{ {
if (multi_speed) if (multi_speed)
{ {