From 6b8452538fb9fa608394f407123a1c622ebf1ba6 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 31 May 2015 17:55:56 -0400 Subject: SHERLOCK: Implement remainder of RT doBgAnim --- engines/sherlock/people.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/sherlock/people.h') diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h index 013727d8ba..32faee5f07 100644 --- a/engines/sherlock/people.h +++ b/engines/sherlock/people.h @@ -76,6 +76,7 @@ public: Common::String _npcName; int _tempX; int _tempScaleVal; + bool _updateNPCPath; // Rose Tattoo fields Common::String _walkVGSName; // Name of walk library person is using @@ -86,6 +87,11 @@ public: * Clear the NPC related data */ void clearNPC(); + + /** + * Update the NPC + */ + void updateNPC(); }; class SherlockEngine; -- cgit v1.2.3