Correctly force Sonic in the tutorial

This commit is contained in:
pastel 2024-12-19 14:11:01 -06:00
parent 14606ebe30
commit 102ba86869

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);
}