aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r--engines/voyeur/voyeur.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h
index 69055498be..53f170819f 100644
--- a/engines/voyeur/voyeur.h
+++ b/engines/voyeur/voyeur.h
@@ -69,6 +69,7 @@ enum VoyeurDebugChannels {
kDebugScripts = 1 << 1
};
+enum VoyeurArea { AREA_NONE, AREA_APARTMENT, AREA_INTERFACE, AREA_ROOM, AREA_EVIDENCE };
struct VoyeurGameDescription;
@@ -171,7 +172,7 @@ public:
int _timeBarVal;
int _checkPhoneVal;
Common::Point _mansionViewPos;
- int _mansionScrollCountdown;
+ VoyeurArea _voyeurArea;
public:
VoyeurEngine(OSystem *syst, const VoyeurGameDescription *gameDesc);
virtual ~VoyeurEngine();