Skip to content

Commit

Permalink
Hmm, does this fix it? :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Mar 6, 2000
1 parent df8e6cf commit 25cd1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions music.c
Expand Up @@ -300,6 +300,7 @@ int open_music(SDL_AudioSpec *mixer)
}
#endif
#ifdef MID_MUSIC
samplesize = mixer->size/mixer->samples;
if ( Timidity_Init(mixer->freq,
mixer->format, mixer->channels, mixer->samples) == 0 ) {
timidity_ok = 1;
Expand Down

0 comments on commit 25cd1ba

Please sign in to comment.