[Scummvm-cvs-logs] SF.net SVN: scummvm:[43020] scummvm/trunk/engines/groovie/script.cpp

scott_t at users.sourceforge.net scott_t at users.sourceforge.net
Mon Aug 3 03:19:36 CEST 2009


Revision: 43020
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43020&view=rev
Author:   scott_t
Date:     2009-08-03 01:19:36 +0000 (Mon, 03 Aug 2009)

Log Message:
-----------
T7G: Fix bug #2831046 where save names not shown after loading a save from launcher

Modified Paths:
--------------
    scummvm/trunk/engines/groovie/script.cpp

Modified: scummvm/trunk/engines/groovie/script.cpp
===================================================================
--- scummvm/trunk/engines/groovie/script.cpp	2009-08-03 01:06:13 UTC (rev 43019)
+++ scummvm/trunk/engines/groovie/script.cpp	2009-08-03 01:19:36 UTC (rev 43020)
@@ -196,6 +196,10 @@
 	// TODO: We'll probably need to start by running the beginning of the
 	// script to let it do the soundcard initialization and then do the
 	// actual loading.
+
+	// Due to HACK above, the call to check valid save slots is not run.
+	// As this is where we load save names, manually call it here.
+	o_checkvalidsaves();
 }
 
 void Script::step() {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list