diff options
Diffstat (limited to 'engines/sherlock/objects.cpp')
-rw-r--r-- | engines/sherlock/objects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/objects.cpp b/engines/sherlock/objects.cpp index 62a1a35f4a..f662d00aed 100644 --- a/engines/sherlock/objects.cpp +++ b/engines/sherlock/objects.cpp @@ -994,7 +994,7 @@ int Object::pickUpObject(const char *const messages[]) { ++ui._infoFlag; ui.clearInfo(); - screen.print(Common::Point(0, INFO_LINE + 1), INFO_LINE, messages[message]); + screen.print(Common::Point(0, INFO_LINE + 1), INFO_FOREGROUND, messages[message]); ui._menuCounter = 30; } else { // Pick it up |