SHERLOCK: RT: Implement animation structure changes

This commit is contained in:
Paul Gilbert 2015-06-12 22:20:28 -04:00
parent a3fb5ab1fb
commit 5dc79a8f32
7 changed files with 65 additions and 42 deletions

View file

@ -1452,7 +1452,7 @@ OpcodeReturn Talk::cmdWalkToCAnimation(const byte *&str) {
++str;
CAnim &animation = scene._cAnim[str[0] - 1];
people.walkToCoords(animation._goto, animation._gotoDir);
people.walkToCoords(animation._goto[0], animation._goto[0]._facing);
return _talkToAbort ? RET_EXIT : RET_SUCCESS;
}