Skip to content

Commit

Permalink
SHERLOCK: 3DO: Use better RGB conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Sep 7, 2015
1 parent e0ad8a9 commit b906cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/scalpel/scalpel.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit b906cd2

Please sign in to comment.