aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.cpp
diff options
context:
space:
mode:
authorFlorian Kagerer2009-10-04 01:05:27 +0000
committerFlorian Kagerer2009-10-04 01:05:27 +0000
commitb8e02a03c1d0f1a8224a091b910c8210e6486c53 (patch)
treefcbf712a78f40d6935315a3b84c4409c2f9927d1 /engines/kyra/screen_lol.cpp
parent0ed87062ed776e8d182eac16157b2c7b48796843 (diff)
downloadscummvm-rg350-b8e02a03c1d0f1a8224a091b910c8210e6486c53.tar.gz
scummvm-rg350-b8e02a03c1d0f1a8224a091b910c8210e6486c53.tar.bz2
scummvm-rg350-b8e02a03c1d0f1a8224a091b910c8210e6486c53.zip
LOL: fixed minor bugs in text displayer
svn-id: r44582
Diffstat (limited to 'engines/kyra/screen_lol.cpp')
-rw-r--r--engines/kyra/screen_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/screen_lol.cpp b/engines/kyra/screen_lol.cpp
index 9c6a1e0b7f..4d8e4fb78c 100644
--- a/engines/kyra/screen_lol.cpp
+++ b/engines/kyra/screen_lol.cpp
@@ -351,7 +351,7 @@ void Screen_LoL::fadeClearSceneWindow(int delay) {
if (_use16ColorMode) {
fadeToBlack(delay);
- fillRect(112, 0, 288, 120, 68);
+ fillRect(112, 0, 288, 120, 0x44);
} else {
Palette tpal(getPalette(0).getNumColors());
tpal.copy(getPalette(0), 128);