diff options
author | Marisa-Chan | 2013-10-20 18:35:11 +0000 |
---|---|---|
committer | Marisa-Chan | 2013-10-20 18:39:19 +0000 |
commit | bbe29500ccf0dd6d31ebb5bfcbbf707c74a4500a (patch) | |
tree | 4c8e4452cfece47b870e01ae7b51c23acee59ce2 /engines/zvision | |
parent | 25834faf0738ae6c33819b196fdfb8ab5e8f1888 (diff) | |
download | scummvm-rg350-bbe29500ccf0dd6d31ebb5bfcbbf707c74a4500a.tar.gz scummvm-rg350-bbe29500ccf0dd6d31ebb5bfcbbf707c74a4500a.tar.bz2 scummvm-rg350-bbe29500ccf0dd6d31ebb5bfcbbf707c74a4500a.zip |
ZVISION: Forgotten change cursos to pressed in ZGI code.
Diffstat (limited to 'engines/zvision')
-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 015e2b014f..385e4dcc9c 100644 --- a/engines/zvision/cursor_manager.cpp +++ b/engines/zvision/cursor_manager.cpp @@ -105,6 +105,7 @@ void CursorManager::changeCursor(const Common::String &cursorName, bool pushed) char buffer[25]; strcpy(buffer, _zgiCursorFileNames[i]); buffer[3] += 2; + changeCursor(ZorkCursor(buffer)); } return; } |