diff --git a/src/g_game.c b/src/g_game.c index 38c4ff095..30e133b45 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -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)