Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hum badly edited source
  • Loading branch information
pmandin committed Feb 20, 2006
1 parent 8781660 commit f304217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/audio/mint/SDL_mintaudio_stfa.c
Expand Up @@ -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)
Expand Down

0 comments on commit f304217

Please sign in to comment.