diff options
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_people.h')
-rw-r--r-- | engines/sherlock/tattoo/tattoo_people.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_people.h b/engines/sherlock/tattoo/tattoo_people.h index 7cd73a10d6..fb3f6e7628 100644 --- a/engines/sherlock/tattoo/tattoo_people.h +++ b/engines/sherlock/tattoo/tattoo_people.h @@ -117,7 +117,6 @@ public: int _npcIndex; int _npcPause; byte _npcPath[MAX_NPC_PATH]; - Common::String _npcName; bool _npcMoved; int _npcFacing; bool _resetNPCPath; @@ -206,6 +205,11 @@ public: * @remarks 1: First talk seq, 2: second talk seq, etc. */ virtual void setObjTalkSequence(int seq); + + /** + * Walk Holmes to the NPC + */ + void walkHolmesToNPC(); }; class TattooPeople : public People { |