SHERLOCK: RT: Implement animation structure changes
This commit is contained in:
parent
a3fb5ab1fb
commit
5dc79a8f32
7 changed files with 65 additions and 42 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue