aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
diff options
context:
space:
mode:
authorFlorian Kagerer2009-09-26 21:17:47 +0000
committerFlorian Kagerer2009-09-26 21:17:47 +0000
commit00504a893b3039ede85668243ef9cf54901494c3 (patch)
treedb0561504c1d04bd7ef790e97225cc328f4ccd71 /engines/kyra/screen.cpp
parent5d17bae1208012d3f8213ac43d10481a6776c2f7 (diff)
downloadscummvm-rg350-00504a893b3039ede85668243ef9cf54901494c3.tar.gz
scummvm-rg350-00504a893b3039ede85668243ef9cf54901494c3.tar.bz2
scummvm-rg350-00504a893b3039ede85668243ef9cf54901494c3.zip
LOL/PC-98: fix menu colors
svn-id: r44381
Diffstat (limited to 'engines/kyra/screen.cpp')
-rw-r--r--engines/kyra/screen.cpp3
1 files changed, 3 insertions, 0 deletions
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();
}