ZVISION: Actually change the cursor when ZGI mouse is pressed

This commit is contained in:
RichieSams 2013-10-22 18:03:56 -05:00
parent c2e7b1ec22
commit 587f65c761

View File

@ -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;
}