diff options
author | RichieSams | 2013-10-22 18:03:56 -0500 |
---|---|---|
committer | RichieSams | 2013-10-25 18:12:11 -0500 |
commit | 587f65c7617efd13fb20147e54a685830d5c6658 (patch) | |
tree | 53ca0d8ddf69b861925de7e1dbd2fdfdf67acb0c /engines/zvision/cursor_manager.cpp | |
parent | c2e7b1ec2218c1070294d377c8ef6c95f7774e60 (diff) | |
download | scummvm-rg350-587f65c7617efd13fb20147e54a685830d5c6658.tar.gz scummvm-rg350-587f65c7617efd13fb20147e54a685830d5c6658.tar.bz2 scummvm-rg350-587f65c7617efd13fb20147e54a685830d5c6658.zip |
ZVISION: Actually change the cursor when ZGI mouse is pressed
Diffstat (limited to 'engines/zvision/cursor_manager.cpp')
-rw-r--r-- | engines/zvision/cursor_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |