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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Jan 8 12:17:29 CET 2010


Revision: 47151
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47151&view=rev
Author:   m_kiewitz
Date:     2010-01-08 11:17:29 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
SCI: call gui-init right after loading a saved game, fixes weird gui issue that occurs only when loading a save through ctrl-f5 menu "too early" in the game (where you couldnt load through original interpreter)

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-01-08 11:05:59 UTC (rev 47150)
+++ scummvm/trunk/engines/sci/engine/savegame.cpp	2010-01-08 11:17:29 UTC (rev 47151)
@@ -916,6 +916,7 @@
 	retval->_msgState = new MessageState(retval->_segMan);
 
 	retval->_gui->resetEngineState(retval);
+	retval->_gui->init(retval->usesOldGfxFunctions());
 
 	return retval;
 }


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