[Scummvm-cvs-logs] SF.net SVN: scummvm:[49525] scummvm/trunk/engines/sci/engine/savegame.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Jun 9 01:29:35 CEST 2010


Revision: 49525
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49525&view=rev
Author:   thebluegr
Date:     2010-06-08 23:29:35 +0000 (Tue, 08 Jun 2010)

Log Message:
-----------
Don't shrink the stack after reconstructing it, when loading a saved game. Fixes game restoring in some games (e.g. LSL3), a regression from commit #49376

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/savegame.cpp

Modified: scummvm/trunk/engines/sci/engine/savegame.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/savegame.cpp	2010-06-08 22:14:48 UTC (rev 49524)
+++ scummvm/trunk/engines/sci/engine/savegame.cpp	2010-06-08 23:29:35 UTC (rev 49525)
@@ -902,7 +902,6 @@
 #endif
 
 	s->abortScriptProcessing = kAbortLoadGame;
-	s->shrinkStackToBase();
 }
 
 bool get_savegame_metadata(Common::SeekableReadStream *stream, SavegameMetadata *meta) {


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