diff options
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r-- | engines/voyeur/files.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h index 6cc747d9a1..0b98a34447 100644 --- a/engines/voyeur/files.h +++ b/engines/voyeur/files.h @@ -486,6 +486,9 @@ public: static void init(); private: + VoyeurEngine *_vm; + Common::Point _aptPos; +private: bool getStateInfo(); byte *getDataOffset(); void getButtonsText(); @@ -523,8 +526,6 @@ private: */ bool checkMansionScroll(); public: - VoyeurEngine *_vm; - int _threadId; int _controlIndex; int _field4, _field6; |