SHERLOCK: Rename playPrologue to play
This commit is contained in:
parent
1e2ed9e3bc
commit
42a99354f9
4 changed files with 26 additions and 26 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue