Update unlocks immediately after tutorialdone

This commit is contained in:
Sally Coolatta 2024-04-25 17:04:45 -04:00
parent f5777f1f20
commit f160a99ea3

View file

@ -4859,6 +4859,9 @@ void G_EndGame(void)
{
// Tutorial was finished
gamedata->tutorialdone = true;
M_UpdateUnlockablesAndExtraEmblems(true, true);
gamedata->deferredsave = true;
}
if (grandprixinfo.gp == true)