Skip to content

Commit

Permalink
- fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Jan 17, 2022
1 parent 04b280f commit 486ca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/gamecontrol.cpp
Expand Up @@ -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
)
Expand Down

0 comments on commit 486ca6a

Please sign in to comment.