From a28ac2881a8fc269ea200dc779d0420fbb4b5308 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 25 Jan 2010 17:21:55 +0000 Subject: Hopefully fix highlight background color in PC versions of CinE games. svn-id: r47556 --- engines/cine/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine') diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp index a680262b9d..3370688d1d 100644 --- a/engines/cine/gfx.cpp +++ b/engines/cine/gfx.cpp @@ -882,7 +882,7 @@ void SelectionMenu::drawMenu(FWRenderer &r, bool top) { // wouldn't be visible anymore. r.drawPlainBox(charX, lineY, _width - 8, FONT_HEIGHT, top ? r._messageBg/*2*/ : 18); } else { - r.drawPlainBox(charX, lineY, _width - 8, 9, r._messageBg); + r.drawPlainBox(charX, lineY, _width - 8, 9, 0); } } -- cgit v1.2.3