aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/wiz_he.h')
-rw-r--r--scumm/wiz_he.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/wiz_he.h b/scumm/wiz_he.h
index c1cb826b7e..2dabd18412 100644
--- a/scumm/wiz_he.h
+++ b/scumm/wiz_he.h
@@ -67,7 +67,7 @@ struct WizParameters {
int unk_164;
int resDefImgW;
int resDefImgH;
- int unk_178;
+ int maskImgResNum;
uint8 remapColor[256];
uint8 remapIndex[256];
int remapNum;
@@ -103,7 +103,8 @@ enum WizProcessFlags {
kWPFPaletteNum = 0x8000,
kWPFDstResNum = 0x10000,
kWPFFillColor = 0x20000,
- kWPFClipBox2 = 0x40000
+ kWPFClipBox2 = 0x40000,
+ kWPFMaskImg = 0x80000
};
struct Wiz {