From c884d5bf1488db9d05b0afb0088768a97f6b1b52 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 5 Jan 2014 16:47:03 -0500 Subject: VOYEUR: Added a state field for current game area --- engines/voyeur/voyeur.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/voyeur/voyeur.h') 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(); -- cgit v1.2.3