Skip to content

Commit

Permalink
Whoops, called the wrong function here.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 15, 2007
1 parent 2665f69 commit 2d6db37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixer.c
Expand Up @@ -961,7 +961,7 @@ void Mix_CloseAudio(void)
Mix_UnregisterAllEffects(MIX_CHANNEL_POST);
close_music();
Mix_HaltChannel(-1);
_Eff_PositionDeinit();
_Mix_DeinitEffects();
SDL_CloseAudio();
free(mix_channel);
mix_channel = NULL;
Expand Down

0 comments on commit 2d6db37

Please sign in to comment.