diff src/audio/mint/SDL_mintaudio_stfa.c @ 1395:4eb8c66ce282

Hum badly edited source
author Patrice Mandin <patmandin@gmail.com>
date Mon, 20 Feb 2006 20:53:01 +0000
parents 19418e4422cb
children d910939febfa
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)