From 066cc74d9690222cb6af8cfc08b840eaffd57764 Mon Sep 17 00:00:00 2001 From: Marisa-Chan Date: Wed, 4 Dec 2013 14:00:48 +0000 Subject: ZVISION: Refactoring cursor manager into simple and full-functionally. --- engines/zvision/lever_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/zvision/lever_control.cpp') diff --git a/engines/zvision/lever_control.cpp b/engines/zvision/lever_control.cpp index 6d13d60b3e..fa8475f457 100644 --- a/engines/zvision/lever_control.cpp +++ b/engines/zvision/lever_control.cpp @@ -239,7 +239,7 @@ bool LeverControl::onMouseMove(const Common::Point &screenSpacePos, const Common } } } else if (_frameInfo[_currentFrame].hotspot.contains(backgroundImageSpacePos)) { - _engine->getCursorManager()->changeCursor(_cursorName); + _engine->getCursorManager()->changeCursor(_engine->getCursorManager()->getCursorId(_cursorName)); cursorWasChanged = true; } -- cgit v1.2.3