From 43a2437071b88f9ebf11c7072acf5f69a0b883e0 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Mon, 17 Jan 2022 07:21:00 -0500 Subject: [PATCH] - fix compile error --- source/core/gamecontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/gamecontrol.cpp b/source/core/gamecontrol.cpp index 3b02da93b..97a39d871 100644 --- a/source/core/gamecontrol.cpp +++ b/source/core/gamecontrol.cpp @@ -1250,7 +1250,7 @@ void S_ResumeSound (bool notsfx) void S_SetSoundPaused(int state) { if (!netgame && (i_pauseinbackground) -#ifdef 0 //_DEBUG +#if 0 //ifdef _DEBUG && !demoplayback #endif )