]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_sdl.c
- DP now defines MACOSX when relevant
[xonotic/darkplaces.git] / snd_sdl.c
index de0f3dc9a2cc222d1ecf8289f8dadf92f841440b..38fb20531a896af68c3432414e07191e7e6b1c56 100644 (file)
--- a/snd_sdl.c
+++ b/snd_sdl.c
@@ -118,7 +118,7 @@ qboolean SNDDMA_Init(void)
        // Init the SDL Audio subsystem
        spec.callback = Buffer_Callback;
        spec.channels = shm->format.channels;
-       spec.format = AUDIO_S16LSB;
+       spec.format = AUDIO_S16SYS;
        spec.freq = shm->format.speed;
        spec.userdata = NULL;
        spec.samples = AUDIO_SDL_SAMPLES;