aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index f7d0e56a78..e2eec23477 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -70,6 +70,11 @@ private:
void doSceneStep();
void checkKeyboard();
+
+ /**
+ * Checks for a highlighted hotspot, and updates the cursor accordingly
+ */
+ void updateCursor();
protected:
MADSEngine *_vm;
public: