mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-29 21:24:53 +00:00
TOLTECS: Initialize mouse cursor when loading a saved game from the launcher
This commit is contained in:
parent
1eed5caff5
commit
84e6ceafbf
@ -169,6 +169,7 @@ Common::Error ToltecsEngine::run() {
|
||||
if (ConfMan.hasKey("save_slot")) {
|
||||
int saveSlot = ConfMan.getInt("save_slot");
|
||||
if (saveSlot >= 0 && saveSlot <= 99) {
|
||||
_screen->loadMouseCursor(12);
|
||||
loadGameState(saveSlot);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user