aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/tinsel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/tinsel.cpp')
-rw-r--r--engines/tinsel/tinsel.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp
index a7906a3ed1..e9bd50e142 100644
--- a/engines/tinsel/tinsel.cpp
+++ b/engines/tinsel/tinsel.cpp
@@ -991,13 +991,9 @@ Common::Error TinselEngine::go() {
//dumpMusic(); // dumps all of the game's music in external XMIDI files
-#if 0
// Load game from specified slot, if any
- // FIXME: Not working correctly right now
- if (ConfMan.hasKey("save_slot")) {
- RestoreGame(ConfMan.getInt("save_slot"), true);
- }
-#endif
+ if (ConfMan.hasKey("save_slot"))
+ loadGameState(ConfMan.getInt("save_slot"));
// Foreground loop