author | Patrice Mandin <patmandin@gmail.com> |
Mon, 20 Feb 2006 20:53:01 +0000 | |
changeset 1395 | 4eb8c66ce282 |
parent 1394 | e57f8d1344b6 |
child 1396 | 428c8690cf73 |
--- 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)