aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/elements.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/elements.cpp')
-rw-r--r--engines/pegasus/elements.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/elements.cpp b/engines/pegasus/elements.cpp
index 79faa1ae85..6fce18ff9e 100644
--- a/engines/pegasus/elements.cpp
+++ b/engines/pegasus/elements.cpp
@@ -166,7 +166,7 @@ bool DisplayElement::validToDraw(tDisplayOrder backLayer, tDisplayOrder frontLay
}
DropHighlight::DropHighlight(const tDisplayElementID id) : DisplayElement(id) {
- _highlightColor = g_system->getScreenFormat().RGBToColor(0x48, 0x80, 0xD8);
+ _highlightColor = 0;
_thickness = 2;
_cornerDiameter = 0;
}