mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Update unlocks immediately after tutorialdone
This commit is contained in:
parent
f5777f1f20
commit
f160a99ea3
1 changed files with 3 additions and 0 deletions
|
|
@ -4859,6 +4859,9 @@ void G_EndGame(void)
|
||||||
{
|
{
|
||||||
// Tutorial was finished
|
// Tutorial was finished
|
||||||
gamedata->tutorialdone = true;
|
gamedata->tutorialdone = true;
|
||||||
|
|
||||||
|
M_UpdateUnlockablesAndExtraEmblems(true, true);
|
||||||
|
gamedata->deferredsave = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (grandprixinfo.gp == true)
|
if (grandprixinfo.gp == true)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue