diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |