[Scummvm-cvs-logs] SF.net SVN: scummvm:[43021] scummvm/branches/branch-1-0-0/engines/groovie/ script.cpp

scott_t at users.sourceforge.net scott_t at users.sourceforge.net
Mon Aug 3 03:21:04 CEST 2009


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

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

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/groovie/script.cpp

Modified: scummvm/branches/branch-1-0-0/engines/groovie/script.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/groovie/script.cpp	2009-08-03 01:19:36 UTC (rev 43020)
+++ scummvm/branches/branch-1-0-0/engines/groovie/script.cpp	2009-08-03 01:21:04 UTC (rev 43021)
@@ -195,6 +195,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