Merge branch 'two_toriel' into 'next'

Correctly force Sonic in the tutorial (resolves #1331)

Closes #1331

See merge request STJr/SRB2!2571
This commit is contained in:
LJ Sonic 2024-12-31 15:54:47 +00:00
commit 493ba8c669

View file

@ -8511,6 +8511,7 @@ static void M_StartTutorial(INT32 choice)
gamecomplete = 0;
cursaveslot = 0;
maplistoption = 0;
CV_StealthSet(&cv_skin, DEFAULTSKIN); // tutorial accounts for sonic only
G_DeferedInitNew(false, G_BuildMapName(tutorialmap), 0, false, false);
}