diff src/audio/mint/SDL_mintaudio_stfa.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children 4eb8c66ce282
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio_stfa.c	Fri Feb 10 07:29:08 2006 +0000
+++ b/src/audio/mint/SDL_mintaudio_stfa.c	Thu Feb 16 10:11:48 2006 +0000
@@ -33,9 +33,8 @@
 #include <mint/cookie.h>
 
 #include "SDL_audio.h"
-#include "SDL_audio_c.h"
-#include "SDL_audiomem.h"
-#include "SDL_sysaudio.h"
+#include "../SDL_audio_c.h"
+#include "../SDL_sysaudio.h"
 
 #include "SDL_atarimxalloc_c.h"
 
@@ -161,8 +160,8 @@
 
 	/* Stop replay */
 	oldpile=(void *)Super(0);
-	cookie_stfa->sound_enable=STFA_PLAY_DISABLE;
-	Super(oldpile);
+	cookie_stfa->sound_enable=STFA_PLAY_SDL_DISABLE;
+	Super( SDL_arraysize(Super),oldpile);
 }
 
 static void Mint_UnlockAudio(_THIS)