ASYLUM: fix corrupted cursor

Bug no. 13145
This commit is contained in:
alxpnv 2021-12-07 11:48:50 +03:00
parent b9ef0b49f4
commit 8540da76a1

View File

@ -207,8 +207,8 @@ void AsylumEngine::startGame(ResourcePackId sceneId, StartGameType type) {
}
// Load the default mouse cursor
if (!checkGameVersion("Demo"))
_cursor->set(MAKE_RESOURCE(kResourcePackSound, 14), 0, kCursorAnimationNone);
// Original sets the cursor to a rotating disc
_cursor->set(MAKE_RESOURCE(sceneId, 10));
_cursor->hide();
// Clear the graphic list