SHERLOCK: Implemented checkObject and some support methods
This commit is contained in:
parent
8f4b4a7bc2
commit
26c5168074
15 changed files with 521 additions and 33 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._voicesEnabled)
|
||||
if (sound._voicesOn)
|
||||
sound.playSound(fname);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue