diff options
Diffstat (limited to 'queen/talk.cpp')
-rw-r--r-- | queen/talk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/talk.cpp b/queen/talk.cpp index f28626a5a7..a641f193ba 100644 --- a/queen/talk.cpp +++ b/queen/talk.cpp @@ -354,7 +354,7 @@ void Talk::talk(const char *filename, int personInRoom, char *cutawayFilename) { pbs->y = person.actor->y; // Better kick start the persons anim sequence - pbs->animReset(); + _logic->animReset(person.actor->bobNum); } _talkHead = false; |