aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r--scumm/script_v80he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index 25590b3518..9d41d20449 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -588,7 +588,7 @@ void ScummEngine_v80he::o80_drawWizPolygon() {
wi.x1 = wi.y1 = pop();
wi.resNum = pop();
wi.state = 0;
- wi.flags = 0x40;
+ wi.flags = kWIFIsPolygon;
displayWizImage(&wi);
}