Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 20, 2001
1 parent a3957be commit 7e8cda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music.c
Expand Up @@ -325,7 +325,7 @@ int open_music(SDL_AudioSpec *mixer)
#ifdef MID_MUSIC
samplesize = mixer->size/mixer->samples;
if ( Timidity_Init(mixer->freq, mixer->format,
mixer->channels, mixer->samples) != 0 ) {
mixer->channels, mixer->samples) == 0 ) {
timidity_ok = 1;
} else {
timidity_ok = 0;
Expand Down

0 comments on commit 7e8cda8

Please sign in to comment.