TOLTECS: Initialize mouse cursor when loading a saved game from the launcher

This commit is contained in:
Filippos Karapetis 2011-10-01 12:45:26 +00:00 committed by Willem Jan Palenstijn
parent 1eed5caff5
commit 84e6ceafbf

View File

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