aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/wiz_he.h
diff options
context:
space:
mode:
authorTravis Howell2007-11-25 03:17:48 +0000
committerTravis Howell2007-11-25 03:17:48 +0000
commit28e0985061e96cc96f8fb08faaa1437db09df673 (patch)
tree649ad55133568ddc4d6a470234895ecd485a64f6 /engines/scumm/he/wiz_he.h
parentf47add1b7ed57a0ca7cb6a869e575436ec3af436 (diff)
downloadscummvm-rg350-28e0985061e96cc96f8fb08faaa1437db09df673.tar.gz
scummvm-rg350-28e0985061e96cc96f8fb08faaa1437db09df673.tar.bz2
scummvm-rg350-28e0985061e96cc96f8fb08faaa1437db09df673.zip
Add stub for wizImages thickLine code.
svn-id: r29632
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 a9b60384f4..68be9d65e2 100644
--- a/engines/scumm/he/wiz_he.h
+++ b/engines/scumm/he/wiz_he.h
@@ -73,8 +73,8 @@ struct WizParameters {
int resDefImgW;
int resDefImgH;
int sourceImage;
- int field_180;
- int field_184;
+ int lineUnk1;
+ int lineUnk2;
uint8 remapColor[256];
uint8 remapIndex[256];
int remapNum;
@@ -132,7 +132,8 @@ enum WizProcessFlags {
kWPFDstResNum = 0x10000,
kWPFFillColor = 0x20000,
kWPFClipBox2 = 0x40000,
- kWPFMaskImg = 0x80000
+ kWPFMaskImg = 0x80000,
+ kWPFThickLine = 0x100000
};
enum {