From 6dabb5c414de8931c989a8fe5b0ac3eef3b67ac0 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 14 Dec 2015 05:14:48 +0100 Subject: SWORD25: Call requested pixel format by its correct name. --- engines/sword25/sword25.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sword25/sword25.cpp b/engines/sword25/sword25.cpp index 76142c2534..5223481d50 100644 --- a/engines/sword25/sword25.cpp +++ b/engines/sword25/sword25.cpp @@ -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()) -- cgit v1.2.3