summaryrefslogtreecommitdiff
path: root/sound/sdl_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/sdl_s.c')
-rw-r--r--sound/sdl_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sdl_s.c b/sound/sdl_s.c
index 762be59b6..4b1da52d6 100644
--- a/sound/sdl_s.c
+++ b/sound/sdl_s.c
@@ -13,7 +13,7 @@
static void CDECL fill_sound_buffer(void *userdata, Uint8 *stream, int len)
{
- MxMixSamples(_mixer, stream, len / 4);
+ MxMixSamples(stream, len / 4);
}
static const char *SdlSoundStart(const char * const *parm)