From 00504a893b3039ede85668243ef9cf54901494c3 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sat, 26 Sep 2009 21:17:47 +0000 Subject: LOL/PC-98: fix menu colors svn-id: r44381 --- engines/kyra/screen.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/kyra/screen.cpp') diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp index 3bad7cce0d..f2221d0c3c 100644 --- a/engines/kyra/screen.cpp +++ b/engines/kyra/screen.cpp @@ -1017,6 +1017,9 @@ void Screen::drawShadedBox(int x1, int y1, int x2, int y2, int color1, int color } drawClippedLine(x1, y2, x2, y2, color2); + if (shadeType == kShadeTypeLol && _use16ColorMode) + drawBox(x1, y1, x2, y2, 0); + showMouse(); } -- cgit v1.2.3