# HG changeset patch # User Patrice Mandin # Date 1140468781 0 # Node ID 4eb8c66ce282062424cf5bafd39224e19e3cdac7 # Parent e57f8d1344b6b9213d398640ae1615912eb34b89 Hum badly edited source diff -r e57f8d1344b6 -r 4eb8c66ce282 src/audio/mint/SDL_mintaudio_stfa.c --- a/src/audio/mint/SDL_mintaudio_stfa.c Mon Feb 20 20:11:08 2006 +0000 +++ b/src/audio/mint/SDL_mintaudio_stfa.c Mon Feb 20 20:53:01 2006 +0000 @@ -160,8 +160,8 @@ /* 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)