diff options
author | Jody Northup | 2009-06-12 08:49:45 +0000 |
---|---|---|
committer | Jody Northup | 2009-06-12 08:49:45 +0000 |
commit | 2ee51a8fa189fc7817fd6d78533664ec870fca48 (patch) | |
tree | 5c3e248fbb75b54d9d54d6d0b05cdcc5271d44bc /engines | |
parent | 6adbd0c41e79b5a21f0430e060347d4978e9ce78 (diff) | |
download | scummvm-rg350-2ee51a8fa189fc7817fd6d78533664ec870fca48.tar.gz scummvm-rg350-2ee51a8fa189fc7817fd6d78533664ec870fca48.tar.bz2 scummvm-rg350-2ee51a8fa189fc7817fd6d78533664ec870fca48.zip |
Unfinished proof of concept regarding my compromise with LordHoto in IRC.
svn-id: r41464
Diffstat (limited to 'engines')
-rw-r--r-- | engines/engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp index 31ead2df1a..7ddc286b0f 100644 --- a/engines/engine.cpp +++ b/engines/engine.cpp @@ -139,7 +139,7 @@ void initGraphics(int width, int height, bool defaultTo1xScaler, Common::List<Gr #ifdef ENABLE_16BIT Graphics::ColorMode format = g_system->findCompatibleFormat(formatList); debug("%X",format); //TODO: set up the pixelFormat here - g_system->initFormat(format); + g_system->initFormat(g_system->getPixelFormat(format)); #endif g_system->initSize(width, height); |