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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/mads/events.h b/engines/mads/events.h
index 3d7504c0bd..f491556e9e 100644
--- a/engines/mads/events.h
+++ b/engines/mads/events.h
@@ -51,11 +51,6 @@ private:
* Updates the cursor image when the current cursor changes
*/
void changeCursor();
-
- /**
- * Checks for whether the next game frame number has been reached.
- */
- void checkForNextFrameCounter();
public:
SpriteAsset *_cursorSprites;
CursorType _cursorId;
@@ -147,6 +142,11 @@ public:
void waitForNextFrame();
/**
+ * Checks for whether the next game frame number has been reached.
+ */
+ bool checkForNextFrameCounter();
+
+ /**
* Gets the current frame counter
*/
uint32 getFrameCounter() const { return _frameCounter; }