mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
ASYLUM: fix corrupted cursor
Bug no. 13145
This commit is contained in:
parent
b9ef0b49f4
commit
8540da76a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user