mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
SHERLOCK: RT: Fix violin not playing all the way through
This commit is contained in:
parent
12fadf713d
commit
8706f8c288
@ -120,7 +120,9 @@ byte Sound::decodeSample(byte sample, byte &reference, int16 &scale) {
|
||||
}
|
||||
|
||||
bool Sound::playSound(const Common::String &name, WaitType waitType, int priority, const char *libraryFilename) {
|
||||
stopSound();
|
||||
// Scalpel has only a single sound handle, so it must be stopped before starting a new sound
|
||||
if (IS_SERRATED_SCALPEL)
|
||||
stopSound();
|
||||
|
||||
Common::String filename = formFilename(name);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user