From f88c4727781b6e6eea4a8a5a7dd09ae90e55ba68 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 28 Dec 2013 19:53:00 +1100 Subject: VOYEUR: Fixed naming of mouse state flags --- engines/voyeur/events.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'engines/voyeur/events.h') 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 { -- cgit v1.2.3