diff options
Diffstat (limited to 'sound.cpp')
-rw-r--r-- | sound.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -584,5 +584,6 @@ void Scumm::playSfxSound(void *sound, uint32 size, uint rate) void Scumm::playSfxSound_MP3(void *sound, uint32 size) { - _mixer->play_mp3(NULL, sound, size, SoundMixer::FLAG_AUTOFREE); + /* BBrox: Fix this... There -is- no play_mp3 function :) */ +// _mixer->play_mp3(NULL, sound, size, SoundMixer::FLAG_AUTOFREE); } |