Fixed music playback on Mac OS X. The problem was that SDL_Mixer was being used instead of QuickTime, and evidently MIDI playback on SDL_Mixer is broken.
Also, when converting from MUS to MIDI, the temporary file uses the ".mid" extension so that QuickTime knows what to do with the file.
Fixed music playback on Mac OS X. The problem was that SDL_Mixer was being used instead of QuickTime, and evidently MIDI playback on SDL_Mixer is broken.
Also, when converting from MUS to MIDI, the temporary file uses the ".mid" extension so that QuickTime knows what to do with the file.