diff options
Diffstat (limited to 'engines/sherlock/people.h')
-rw-r--r-- | engines/sherlock/people.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |