SHERLOCK: Implemented checkObject and some support methods

This commit is contained in:
Paul Gilbert 2015-03-21 18:18:12 -04:00
parent 8f4b4a7bc2
commit 26c5168074
15 changed files with 521 additions and 33 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._voicesEnabled)
if (sound._voicesOn)
sound.playSound(fname);
}