SHERLOCK: Rename playPrologue to play

This commit is contained in:
Paul Gilbert 2015-05-01 16:53:22 -10:00
parent 1e2ed9e3bc
commit 42a99354f9
4 changed files with 26 additions and 26 deletions

View file

@ -1353,7 +1353,7 @@ void Talk::doScript(const Common::String &script) {
for (int idx = 0; idx < 8 && str[idx] != '~'; ++idx)
tempString += str[idx];
anim.playPrologue(tempString, 1, 3, true, 4);
anim.play(tempString, 1, 3, true, 4);
break;
case ADD_ITEM_TO_INVENTORY: