aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-23 22:11:35 -0400
committerPaul Gilbert2014-03-23 22:11:35 -0400
commit0dfa60ae00428ad83c6b6d19963e2d7352707637 (patch)
treec8df4b5f456b01cde87285968a58a5783661500d /engines/mads/scene.h
parentce9a15f010d84c8596380eec5226ef22704022e5 (diff)
downloadscummvm-rg350-0dfa60ae00428ad83c6b6d19963e2d7352707637.tar.gz
scummvm-rg350-0dfa60ae00428ad83c6b6d19963e2d7352707637.tar.bz2
scummvm-rg350-0dfa60ae00428ad83c6b6d19963e2d7352707637.zip
MADS: Refactored out and fixed cursor changes for hotspots
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: