SHERLOCK: Implemented doScript and support methods
This commit is contained in:
parent
d45d167213
commit
96e04ab797
16 changed files with 1002 additions and 59 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue