Ticket #3547: music.diff
File music.diff, 566 bytes (added by , 17 years ago) |
---|
-
engines/parallaction/sound.cpp
417 417 void AmigaSoundMan::stopMusic() { 418 418 debugC(1, kDebugAudio, "AmigaSoundMan::stopMusic()"); 419 419 420 // The credits music in never stopped in the original demo 421 if (!scumm_stricmp(_musicFile, "music.snd")) { 422 return; 423 } 424 420 425 if (_mixer->isSoundHandleActive(_musicHandle)) { 421 426 _mixer->stopHandle(_musicHandle); 422 427 delete _musicStream;