aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wage/design.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/design.cpp b/engines/wage/design.cpp
index 7b7365be9f..19887a06f6 100644
--- a/engines/wage/design.cpp
+++ b/engines/wage/design.cpp
@@ -386,7 +386,7 @@ void Design::drawOval(Graphics::Surface *surface, Common::ReadStream &in, bool m
pd.thickness = borderThickness;
if (borderThickness > 0 && borderFillType <= patterns.size())
- drawEllipse(x1, y1, x2-1, y2-1, true, drawPixel, &pd);
+ drawEllipse(x1, y1, x2-1, y2-1, false, drawPixel, &pd);
}
void Design::drawBitmap(Graphics::Surface *surface, Common::ReadStream &in, bool mask) {