aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-28 19:53:00 +1100
committerPaul Gilbert2013-12-28 19:53:00 +1100
commitf88c4727781b6e6eea4a8a5a7dd09ae90e55ba68 (patch)
tree1b2c586f92bbf4b0155277b7ecb0ce02c640f437 /engines/voyeur/events.h
parentf01ff9a938acbaaaf04b553b4b65b2a98eb0f684 (diff)
downloadscummvm-rg350-f88c4727781b6e6eea4a8a5a7dd09ae90e55ba68.tar.gz
scummvm-rg350-f88c4727781b6e6eea4a8a5a7dd09ae90e55ba68.tar.bz2
scummvm-rg350-f88c4727781b6e6eea4a8a5a7dd09ae90e55ba68.zip
VOYEUR: Fixed naming of mouse state flags
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index 1e4559c65b..6b7d4e8682 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -125,17 +125,15 @@ public:
int _curICF0;
int _curICF1;
int _fadeICF0;
- int _fadeICF1;
- void (*_fadeFunc)();
+ bool _leftClick, _rightClick;
bool _mouseClicked;
- int _incriminate;
+ bool _mouseUnk;
int _policeEvent;
// Fields not originally in _voy, but I'm putting in for convenience
- int _newIncriminate;
bool _newMouseClicked;
- int _newFadeICF1;
- void (*_newFadeFunc)();
+ bool _newLeftClick, _newRightClick;
+ bool _newMouseUnk;
};
class IntData {