aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-09-06 21:54:57 -0400
committerPaul Gilbert2015-09-06 21:54:57 -0400
commit8b3dd18aca839c87790c4fabec33178bc6d1bf16 (patch)
treedfa7ce2888910731141595038e48c8acfb5022c3 /engines/sherlock/scalpel/scalpel.cpp
parentb906cd2b45ea9e322c51d12868fd46c49db4a661 (diff)
downloadscummvm-rg350-8b3dd18aca839c87790c4fabec33178bc6d1bf16.tar.gz
scummvm-rg350-8b3dd18aca839c87790c4fabec33178bc6d1bf16.tar.bz2
scummvm-rg350-8b3dd18aca839c87790c4fabec33178bc6d1bf16.zip
SHERLOCK: 3DO: Fix display of user interface
Diffstat (limited to 'engines/sherlock/scalpel/scalpel.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index cb8fefe9d7..e698ac6ae2 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -203,7 +203,7 @@ ScalpelEngine::ScalpelEngine(OSystem *syst, const SherlockGameDescription *gameD
if (getPlatform() == Common::kPlatform3DO) {
const Graphics::PixelFormat pixelFormatRGB565 = Graphics::PixelFormat(2, 5, 6, 5, 0, 11, 5, 0, 0);
- INFO_BLACK = FROM_RGB(0, 0, 0x48);
+ INFO_BLACK = FROM_RGB(0, 0, 0);
BORDER_COLOR = FROM_RGB(0x6d, 0x38, 0x10);
COMMAND_BACKGROUND = FROM_RGB(0x38, 0x38, 0xce);
BUTTON_BACKGROUND = FROM_RGB(0x95, 0x5d, 0x24);