Skip to content

Commit

Permalink
SWORD25: Call requested pixel format by its correct name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Dec 14, 2015
1 parent 6922050 commit 6dabb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sword25/sword25.cpp
Expand Up @@ -95,7 +95,7 @@ Common::Error Sword25Engine::run() {
}

Common::Error Sword25Engine::appStart() {
// Initialize the graphics mode to ARGB8888
// Initialize the graphics mode to RGBA8888
Graphics::PixelFormat format = Graphics::PixelFormat(4, 8, 8, 8, 8, 24, 16, 8, 0);
initGraphics(800, 600, true, &format);
if (format != g_system->getScreenFormat())
Expand Down

0 comments on commit 6dabb5c

Please sign in to comment.