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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Oct 17 01:31:31 CEST 2009


Revision: 45177
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45177&view=rev
Author:   thebluegr
Date:     2009-10-16 23:31:31 +0000 (Fri, 16 Oct 2009)

Log Message:
-----------
Reverted an accidental change in the last commit

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

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2009-10-16 23:29:00 UTC (rev 45176)
+++ scummvm/trunk/engines/sci/sci.cpp	2009-10-16 23:31:31 UTC (rev 45177)
@@ -132,8 +132,8 @@
 		return Common::kUnknownError;
 
 	// Gui change
-	_gamestate->_gui = new SciGui(_gamestate, screen, palette, cursor);    // new
-	//_gamestate->_gui = new SciGui32(_gamestate, screen, palette, cursor);  // old
+	//_gamestate->_gui = new SciGui(_gamestate, screen, palette, cursor);    // new
+	_gamestate->_gui = new SciGui32(_gamestate, screen, palette, cursor);  // old
 
 	if (game_init(_gamestate)) { /* Initialize */
 		warning("Game initialization failed: Aborting...");


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