M_UpdateUnlockablesAndExtraEmblems: Do not permit UCRP_REQUIRESPLAYING conditions in demo.playback

This commit is contained in:
toaster 2023-03-03 13:46:42 +00:00
parent e1c25228b5
commit 1f144c3106

View file

@ -1100,7 +1100,7 @@ boolean M_UpdateUnlockablesAndExtraEmblems(boolean loud)
response = M_CheckUnlockConditions(NULL);
if (Playing() && (gamestate == GS_LEVEL))
if (!demo.playback && Playing() && (gamestate == GS_LEVEL))
{
for (i = 0; i <= splitscreen; i++)
{