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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp
index e9bd50e142..ddfde0df6d 100644
--- a/engines/tinsel/tinsel.cpp
+++ b/engines/tinsel/tinsel.cpp
@@ -992,6 +992,9 @@ Common::Error TinselEngine::go() {
//dumpMusic(); // dumps all of the game's music in external XMIDI files
// Load game from specified slot, if any
+ //
+ // TODO: We might want to think about taking care of possible errors
+ // when loading the save state.
if (ConfMan.hasKey("save_slot"))
loadGameState(ConfMan.getInt("save_slot"));