Mercurial > sdl-ios-xcode
changeset 1395:4eb8c66ce282
Hum badly edited source
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Mon, 20 Feb 2006 20:53:01 +0000 |
parents | e57f8d1344b6 |
children | 428c8690cf73 |
files | src/audio/mint/SDL_mintaudio_stfa.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)