mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +00:00
- fix compile error
This commit is contained in:
parent
85aee83bf8
commit
43a2437071
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue