[Scummvm-cvs-logs] SF.net SVN: scummvm:[43600] scummvm/trunk/engines/sci/sci.cpp
wjpalenstijn at users.sourceforge.net
wjpalenstijn at users.sourceforge.net
Fri Aug 21 18:03:45 CEST 2009
Revision: 43600
http://scummvm.svn.sourceforge.net/scummvm/?rev=43600&view=rev
Author: wjpalenstijn
Date: 2009-08-21 16:03:45 +0000 (Fri, 21 Aug 2009)
Log Message:
-----------
SCI: disable RGB mode, as it's not ready to be used yet
Modified Paths:
--------------
scummvm/trunk/engines/sci/sci.cpp
Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp 2009-08-21 14:05:32 UTC (rev 43599)
+++ scummvm/trunk/engines/sci/sci.cpp 2009-08-21 16:03:45 UTC (rev 43600)
@@ -112,7 +112,7 @@
Common::Error SciEngine::run() {
Graphics::PixelFormat gfxmode;
-#ifdef ENABLE_RGB_COLOR
+#if 0 && defined(ENABLE_RGB_COLOR)
initGraphics(320, 200, false, NULL);
#else
initGraphics(320, 200, false);
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