aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index 3d1c5779e5..487d59e94d 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -125,15 +125,7 @@ public:
int _curICF0;
int _curICF1;
int _fadeICF0;
- bool _leftClick, _rightClick;
- bool _mouseClicked;
- bool _mouseUnk;
int _policeEvent;
-
- // Fields not originally in _voy, but I'm putting in for convenience
- bool _newMouseClicked;
- bool _newLeftClick, _newRightClick;
- bool _newMouseUnk;
};
class IntData {
@@ -193,6 +185,13 @@ public:
int _fadeCount;
int _fadeStatus;
+ bool _leftClick, _rightClick;
+ bool _mouseClicked;
+ bool _mouseUnk;
+ bool _newMouseClicked;
+ bool _newLeftClick, _newRightClick;
+ bool _newMouseUnk;
+
int _v2A0A2;
int _videoComputerBut4;
int _videoDead;