G_UpdateRecords: Play Medal-get sound on successful ET_TIME Medal get

This commit is contained in:
toaster 2023-02-05 18:45:02 +00:00
parent 55b7d21051
commit eab22e73a6

View file

@ -634,6 +634,7 @@ void G_UpdateRecords(void)
}
stickermedalinfo.jitter = 4*earnedEmblems;
S_StartSound(NULL, sfx_ncitem);
}
M_UpdateUnlockablesAndExtraEmblems(true);