[Scummvm-cvs-logs] SF.net SVN: scummvm: [28926] scummvm/trunk/engines/saga/saga.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Sep 16 14:42:26 CEST 2007


Revision: 28926
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28926&view=rev
Author:   thebluegr
Date:     2007-09-16 05:42:25 -0700 (Sun, 16 Sep 2007)

Log Message:
-----------
Save games from the character selection screen are loaded correctly from the command line now

Modified Paths:
--------------
    scummvm/trunk/engines/saga/saga.cpp

Modified: scummvm/trunk/engines/saga/saga.cpp
===================================================================
--- scummvm/trunk/engines/saga/saga.cpp	2007-09-16 12:16:28 UTC (rev 28925)
+++ scummvm/trunk/engines/saga/saga.cpp	2007-09-16 12:42:25 UTC (rev 28926)
@@ -259,10 +259,10 @@
 		_scene->changeScene(getStartSceneNumber(), 0, kTransitionNoFade);
 		_events->handleEvents(0); // Process immediate events
 
+		_interface->setMode(kPanelMain);
 		char *fileName;
 		fileName = calcSaveFileName(ConfMan.getInt("save_slot"));
 		load(fileName);
-		_interface->setMode(kPanelMain);
 	} else {
 		_framesEsc = 0;
 		_scene->startScene();


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