diff options
Diffstat (limited to 'engines/sword25/sword25.cpp')
-rw-r--r-- | engines/sword25/sword25.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/sword25.cpp b/engines/sword25/sword25.cpp index 0c9279abf3..946865cf10 100644 --- a/engines/sword25/sword25.cpp +++ b/engines/sword25/sword25.cpp @@ -86,7 +86,7 @@ Common::Error Sword25Engine::AppStart(const Common::StringArray &CommandParamete BS_Log::RegisterLogListener(LogToStdout); // Initialise the graphics mode to ARGB8888 - Graphics::PixelFormat format = Graphics::PixelFormat(4, 8, 8, 8, 8, 0, 8, 16, 24); + Graphics::PixelFormat format = Graphics::PixelFormat(4, 8, 8, 8, 8, 16, 8, 0, 24); initGraphics(800, 600, true, &format); if (format != g_system->getScreenFormat()) return Common::kUnsupportedColorMode; |