Skip to content

Commit

Permalink
ZVISION: Forgotten change cursos to pressed in ZGI code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marisa-Chan committed Oct 20, 2013
1 parent 25834fa commit bbe2950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/zvision/cursor_manager.cpp
Expand Up @@ -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;
}
Expand Down

0 comments on commit bbe2950

Please sign in to comment.