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

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sat Jan 30 14:22:29 CET 2010


Revision: 47710
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47710&view=rev
Author:   wjpalenstijn
Date:     2010-01-30 13:22:29 +0000 (Sat, 30 Jan 2010)

Log Message:
-----------
SCI: Fix build without SCI32 support (#2942682)

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

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2010-01-30 12:57:57 UTC (rev 47709)
+++ scummvm/trunk/engines/sci/sci.cpp	2010-01-30 13:22:29 UTC (rev 47710)
@@ -176,7 +176,6 @@
 	}
 #else
 	_gamestate->_gui = new SciGui(_gamestate, screen, palette, cursor, _audio);
-	_gamestate->_gui32 = 0;
 #endif
 
 	if (game_init(_gamestate)) { /* Initialize */


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