From 587f65c7617efd13fb20147e54a685830d5c6658 Mon Sep 17 00:00:00 2001 From: RichieSams Date: Tue, 22 Oct 2013 18:03:56 -0500 Subject: ZVISION: Actually change the cursor when ZGI mouse is pressed --- engines/zvision/cursor_manager.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/zvision/cursor_manager.cpp b/engines/zvision/cursor_manager.cpp index 595e7946dd..c411013150 100644 --- a/engines/zvision/cursor_manager.cpp +++ b/engines/zvision/cursor_manager.cpp @@ -102,6 +102,7 @@ void CursorManager::changeCursor(const Common::String &cursorName, bool pushed) char buffer[25]; strcpy(buffer, _zgiCursorFileNames[i]); buffer[3] += 2; + changeCursor(ZorkCursor(buffer)); } return; } -- cgit v1.2.3