- fix compile error

This commit is contained in:
Rachael Alexanderson 2022-01-17 07:21:00 -05:00 committed by Christoph Oelckers
parent 85aee83bf8
commit 43a2437071

View file

@ -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
)