aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/wiz_he.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-29 21:09:19 +0200
committerEugene Sandulenko2016-04-29 21:09:19 +0200
commit7406559a1f7fbe4afd5fc1b490bcfb5364b5c0b4 (patch)
tree9d4c29942b0a9e7a5962a83d2a8565d0cdad2c93 /engines/scumm/he/wiz_he.h
parent396b962f85b3cf916a8bbf3bd2a9d0b076d1e1a4 (diff)
downloadscummvm-rg350-7406559a1f7fbe4afd5fc1b490bcfb5364b5c0b4.tar.gz
scummvm-rg350-7406559a1f7fbe4afd5fc1b490bcfb5364b5c0b4.tar.bz2
scummvm-rg350-7406559a1f7fbe4afd5fc1b490bcfb5364b5c0b4.zip
SCUMM HE: More structure variable mapping
Diffstat (limited to 'engines/scumm/he/wiz_he.h')
-rw-r--r--engines/scumm/he/wiz_he.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/scumm/he/wiz_he.h b/engines/scumm/he/wiz_he.h
index 02e101b400..82a2c3e036 100644
--- a/engines/scumm/he/wiz_he.h
+++ b/engines/scumm/he/wiz_he.h
@@ -102,10 +102,10 @@ struct WizParameters {
FontProperties fontProperties;
EllipseProperties ellipseProperties;
Common::Rect box2;
- int field_23DE;
+ int blendFlags;
int spriteId;
int spriteGroup;
- int field_23EA;
+ int conditionBits;
WizImage img;
};
@@ -138,7 +138,8 @@ enum WizProcessFlags {
kWPFFillColor = 0x20000,
kWPFClipBox2 = 0x40000,
kWPFMaskImg = 0x80000,
- kWPFParams = 0x100000
+ kWPFParams = 0x100000,
+ kWPFZBuffer = 0x200000
};
enum {