SCI: disable RGB mode, as it's not ready to be used yet

svn-id: r43600
This commit is contained in:
Willem Jan Palenstijn 2009-08-21 16:03:45 +00:00
parent 58f8ec5d57
commit 180b56dba4

View file

@ -112,7 +112,7 @@ SciEngine::~SciEngine() {
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);