aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/surface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/surface.cpp')
-rw-r--r--engines/lure/surface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/surface.cpp b/engines/lure/surface.cpp
index 99de61724e..0ed2caba19 100644
--- a/engines/lure/surface.cpp
+++ b/engines/lure/surface.cpp
@@ -127,7 +127,7 @@ void Surface::egaCreateDialog(bool blackFlag) {
byte lineColours2[3] = {7, 0, 12};
// Surface contents
- data().setBytes(blackFlag ? 0 : 13, 0, data().size());
+ data().setBytes(blackFlag ? 0 : EGA_DIALOG_BG_COLOUR, 0, data().size());
// Top/bottom lines
for (int y = 2; y >= 0; --y) {