From cbdb105d8ebcc5720c010c713ac31ab9d01485b9 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 12 Dec 2008 15:48:38 +0000 Subject: - Save games are now listed from oldest to newest in the GMM load dialog for tinsel games, like in other engines - Added some disabled code for saving through the GMM (still incomplete) svn-id: r35316 --- engines/tinsel/tinsel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/tinsel/tinsel.cpp') diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp index 33d1d9a96d..a7906a3ed1 100644 --- a/engines/tinsel/tinsel.cpp +++ b/engines/tinsel/tinsel.cpp @@ -995,8 +995,7 @@ Common::Error TinselEngine::go() { // Load game from specified slot, if any // FIXME: Not working correctly right now if (ConfMan.hasKey("save_slot")) { - getList(); - RestoreGame(ConfMan.getInt("save_slot")); + RestoreGame(ConfMan.getInt("save_slot"), true); } #endif -- cgit v1.2.3