aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-29 09:58:43 +1100
committerPaul Gilbert2013-12-29 09:58:43 +1100
commit10af04da6a9a01d2f1ff5febed86c4c5ca6cfb8d (patch)
tree4f8dba56e6f8121d0fd826b54cb6df7018ffe064 /engines/voyeur/events.h
parent1256fb6b666a36fbbd8f3223d2c776bca9a3ca83 (diff)
downloadscummvm-rg350-10af04da6a9a01d2f1ff5febed86c4c5ca6cfb8d.tar.gz
scummvm-rg350-10af04da6a9a01d2f1ff5febed86c4c5ca6cfb8d.tar.bz2
scummvm-rg350-10af04da6a9a01d2f1ff5febed86c4c5ca6cfb8d.zip
VOYEUR: Mouse flags cleanup and in progress work on doGossip
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;