Fix check that does LevelEmblems but not CompletionEmblems on startup

This commit is contained in:
Sally Coolatta 2022-03-03 10:26:36 -05:00
parent 87e468f365
commit cb54b1e5ce

View file

@ -329,6 +329,7 @@ void M_SilentUpdateUnlockablesAndEmblems(gamedata_t *data)
// Just in case they aren't to sync
M_CheckUnlockConditions(data);
M_CheckLevelEmblems(data);
M_CompletionEmblems(data);
// Go through extra emblems
for (i = 0; i < numextraemblems; ++i)