mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
|
||||
gamedata->tutorialdone = true;
|
||||
|
||||
M_UpdateUnlockablesAndExtraEmblems(true, true);
|
||||
gamedata->deferredsave = true;
|
||||
}
|
||||
|
||||
if (grandprixinfo.gp == true)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue