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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Feb 1 12:53:55 CET 2010


Revision: 47794
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47794&view=rev
Author:   m_kiewitz
Date:     2010-02-01 11:53:54 +0000 (Mon, 01 Feb 2010)

Log Message:
-----------
SCI: initialize gfxmenu for sci32 (fixes gk1 crash)

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

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2010-02-01 10:16:45 UTC (rev 47793)
+++ scummvm/trunk/engines/sci/sci.cpp	2010-02-01 11:53:54 UTC (rev 47794)
@@ -175,6 +175,7 @@
 	if (getSciVersion() >= SCI_VERSION_2) {
 		_gamestate->_gfxAnimate = 0;
 		_gamestate->_gfxControls = 0;
+		_gamestate->_gfxMenu = 0;
 		_gamestate->_gfxPorts = 0;
 		_gamestate->_gui = 0;
 		_gamestate->_gui32 = new SciGui32(_gamestate, screen, palette, cache, cursor);


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