aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-31 17:55:56 -0400
committerPaul Gilbert2015-05-31 17:55:56 -0400
commit6b8452538fb9fa608394f407123a1c622ebf1ba6 (patch)
treebd36066392d5263b610947388ee502b24b74b60f /engines/sherlock/people.h
parentc79b0d1db9d9ce6529674e2c982e76bb68d93eb6 (diff)
downloadscummvm-rg350-6b8452538fb9fa608394f407123a1c622ebf1ba6.tar.gz
scummvm-rg350-6b8452538fb9fa608394f407123a1c622ebf1ba6.tar.bz2
scummvm-rg350-6b8452538fb9fa608394f407123a1c622ebf1ba6.zip
SHERLOCK: Implement remainder of RT doBgAnim
Diffstat (limited to 'engines/sherlock/people.h')
-rw-r--r--engines/sherlock/people.h6
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;