From b906cd2b45ea9e322c51d12868fd46c49db4a661 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 6 Sep 2015 21:11:02 -0400 Subject: SHERLOCK: 3DO: Use better RGB conversion --- engines/sherlock/scalpel/scalpel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock') diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index d1dad93b1a..cb8fefe9d7 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -194,7 +194,7 @@ uint PEN_COLOR; /*----------------------------------------------------------------*/ -#define FROM_RGB(r, g, b) pixelFormatRGB565.ARGBToColor(0, r, g, b) +#define FROM_RGB(r, g, b) pixelFormatRGB565.RGBToColor(r, g, b) ScalpelEngine::ScalpelEngine(OSystem *syst, const SherlockGameDescription *gameDesc) : SherlockEngine(syst, gameDesc) { -- cgit v1.2.3