diff options
Diffstat (limited to 'engines/sherlock/people.h')
-rw-r--r-- | engines/sherlock/people.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h index c15248cc02..cd790ead5c 100644 --- a/engines/sherlock/people.h +++ b/engines/sherlock/people.h @@ -69,6 +69,8 @@ public: bool _npcPause; byte _npcPath[MAX_NPC_PATH]; Common::String _npcName; + bool _npcMoved; + bool _resetNPCPath; int _savedNpcSequence; int _savedNpcFrame; int _tempX; |