From e15dc2b37b65cc68267954d88ff3f02dc812b618 Mon Sep 17 00:00:00 2001 From: Patrice Mandin Date: Mon, 20 Feb 2006 20:53:01 +0000 Subject: [PATCH] Hum badly edited source --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401399 --- src/audio/mint/SDL_mintaudio_stfa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audio/mint/SDL_mintaudio_stfa.c b/src/audio/mint/SDL_mintaudio_stfa.c index 65a9e8448..b3ac0e580 100644 --- a/src/audio/mint/SDL_mintaudio_stfa.c +++ b/src/audio/mint/SDL_mintaudio_stfa.c @@ -160,8 +160,8 @@ static void Mint_LockAudio(_THIS) /* Stop replay */ oldpile=(void *)Super(0); - cookie_stfa->sound_enable=STFA_PLAY_SDL_DISABLE; - Super( SDL_arraysize(Super),oldpile); + cookie_stfa->sound_enable=STFA_PLAY_DISABLE; + Super(oldpile); } static void Mint_UnlockAudio(_THIS)