enabled stoping all sounds after smush movie

svn-id: r5061
This commit is contained in:
Paweł Kołodziejski 2002-10-01 17:51:01 +00:00
parent e3cd40f700
commit c38d23b726

View File

@ -186,7 +186,7 @@ bool ScummMixer::stop() {
_channels[i].chan = 0;
}
}
//~ _mixer->stopAll();
_mixer->stopAll();
return true;
}