mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-26 04:30:55 +00:00
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:
commit
493ba8c669
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue