SCI: disable RGB mode, as it's not ready to be used yet
svn-id: r43600
This commit is contained in:
parent
58f8ec5d57
commit
180b56dba4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue