aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/events.h')
-rw-r--r--engines/mads/events.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/events.h b/engines/mads/events.h
index 0a6913b38e..2782253bcc 100644
--- a/engines/mads/events.h
+++ b/engines/mads/events.h
@@ -37,8 +37,6 @@ class MADSEngine;
class EventsManager {
private:
MADSEngine *_vm;
- CursorType _cursorId;
- CursorType _newCursorId;
uint32 _gameCounter;
uint32 _priorFrameTime;
Common::Point _mousePos;
@@ -55,6 +53,8 @@ private:
void checkForNextFrameCounter();
public:
SpriteAsset *_cursorSprites;
+ CursorType _cursorId;
+ CursorType _newCursorId;
bool _mouseClicked;
bool _mouseReleased;
byte _mouseButtons;