mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Tutorial Skip is at Gear 2
This commit is contained in:
parent
5561928ad4
commit
4f68707761
1 changed files with 5 additions and 4 deletions
|
|
@ -7696,6 +7696,10 @@ static void P_InitLevelSettings(void)
|
|||
|
||||
// We don't touch the gamespeed, though!
|
||||
}
|
||||
else if (tutorialchallenge == TUTORIALSKIP_INPROGRESS)
|
||||
{
|
||||
gamespeed = KARTSPEED_NORMAL;
|
||||
}
|
||||
else if (grandprixinfo.gp == true)
|
||||
{
|
||||
if (multi_speed)
|
||||
|
|
@ -7703,10 +7707,7 @@ static void P_InitLevelSettings(void)
|
|||
gamespeed = grandprixinfo.gamespeed;
|
||||
}
|
||||
}
|
||||
else if (
|
||||
modeattacking != ATTACKING_NONE
|
||||
|| tutorialchallenge == TUTORIALSKIP_INPROGRESS
|
||||
)
|
||||
else if (modeattacking != ATTACKING_NONE)
|
||||
{
|
||||
if (multi_speed)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue