mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 23:42:11 +00:00
Correctly force Sonic in the tutorial
This commit is contained in:
parent
14606ebe30
commit
102ba86869
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