SHERLOCK: Implemented doScript and support methods

This commit is contained in:
Paul Gilbert 2015-04-10 23:35:26 -05:00
parent d45d167213
commit 96e04ab797
16 changed files with 1002 additions and 59 deletions

View file

@ -144,7 +144,7 @@ bool Animation::playPrologue(const Common::String &filename, int minDelay, int f
Common::String::format("%s%01d", baseName.c_str(), soundNumber) :
Common::String::format("%s%02d", baseName.c_str(), soundNumber);
if (sound._voicesOn)
if (sound._voices)
sound.playSound(fname);
}