Hum badly edited source

This commit is contained in:
Patrice Mandin
2006-02-20 20:53:01 +00:00
parent 0d9407f313
commit 83912dacef

View File

@@ -160,8 +160,8 @@ static void Mint_LockAudio(_THIS)
/* 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)