aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/sdl_snd.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/sdl_snd.c')
-rw-r--r--code/unix/sdl_snd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/unix/sdl_snd.c b/code/unix/sdl_snd.c
index 73ae4d6..3caf85a 100644
--- a/code/unix/sdl_snd.c
+++ b/code/unix/sdl_snd.c
@@ -1,4 +1,4 @@
-#if USE_SDL
+#if USE_SDL_SOUND
/*
* SDL implementation for Quake 3: Arena's GPL source release.
@@ -298,7 +298,7 @@ void SNDDMA_BeginPainting (void)
SDL_LockAudio();
}
-#endif // USE_SDL
+#endif // USE_SDL_SOUND
// end of linux_snd_sdl.c ...