From 4cf2b2cce1a1dfef56819403b52cf982c4f1bea1 Mon Sep 17 00:00:00 2001 From: Florian Schulze Date: Fri, 14 Mar 2003 10:14:13 +0000 Subject: [PATCH] Fix sound output on certain machines. --- sdl/sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl/sound.c b/sdl/sound.c index 1741bc5..778345f 100644 --- a/sdl/sound.c +++ b/sdl/sound.c @@ -255,7 +255,7 @@ void mix_sound(void *unused, Uint8 *stream, int len) char dj_init(void) { - Uint16 audio_format = AUDIO_S16; + Uint16 audio_format = MIX_DEFAULT_FORMAT; int audio_channels = 2; int audio_buffers = 4096; -- 2.39.2