From 1f144c31060d5dcd117de541a07e51938272a7db Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 3 Mar 2023 13:46:42 +0000 Subject: [PATCH] M_UpdateUnlockablesAndExtraEmblems: Do not permit UCRP_REQUIRESPLAYING conditions in demo.playback --- src/m_cond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_cond.c b/src/m_cond.c index 2a9ecbb57..cfaee1e73 100644 --- a/src/m_cond.c +++ b/src/m_cond.c @@ -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++) {