comparison 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
comparison
equal deleted inserted replaced
1394:e57f8d1344b6 1395:4eb8c66ce282
158 { 158 {
159 void *oldpile; 159 void *oldpile;
160 160
161 /* Stop replay */ 161 /* Stop replay */
162 oldpile=(void *)Super(0); 162 oldpile=(void *)Super(0);
163 cookie_stfa->sound_enable=STFA_PLAY_SDL_DISABLE; 163 cookie_stfa->sound_enable=STFA_PLAY_DISABLE;
164 Super( SDL_arraysize(Super),oldpile); 164 Super(oldpile);
165 } 165 }
166 166
167 static void Mint_UnlockAudio(_THIS) 167 static void Mint_UnlockAudio(_THIS)
168 { 168 {
169 void *oldpile; 169 void *oldpile;