From 276a96f1274b3606f666e0c3ac9fb62d5659d24a Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 13 Jun 2015 12:27:17 +0200 Subject: SHERLOCK: Added color enum for 235 (button background color?) At some point, at least some of these will have to be handled differentl for the 3DO version, since it uses 16 bpp. I hope this will make them easier to find when that time comes. --- engines/sherlock/scalpel/scalpel_user_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/scalpel/scalpel_user_interface.cpp') diff --git a/engines/sherlock/scalpel/scalpel_user_interface.cpp b/engines/sherlock/scalpel/scalpel_user_interface.cpp index 8dd15e5827..ef9221882e 100644 --- a/engines/sherlock/scalpel/scalpel_user_interface.cpp +++ b/engines/sherlock/scalpel/scalpel_user_interface.cpp @@ -1079,7 +1079,7 @@ void ScalpelUserInterface::doInvControl() { } if (_selector != -1) - inv.highlight(_selector, 235); + inv.highlight(_selector, BUTTON_BACKGROUND); _oldSelector = _selector; } -- cgit v1.2.3