aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.h
diff options
context:
space:
mode:
authorTravis Howell2005-03-31 22:51:54 +0000
committerTravis Howell2005-03-31 22:51:54 +0000
commit204809625fbe3c83e3f398e99fd6c8b2a6a108b6 (patch)
tree37c286528b7398efbc1ee3b846b1d0de2a4a946a /scumm/wiz_he.h
parentac247c9b94ec49dac4a5febf94bab2c76e7ed114 (diff)
downloadscummvm-rg350-204809625fbe3c83e3f398e99fd6c8b2a6a108b6.tar.gz
scummvm-rg350-204809625fbe3c83e3f398e99fd6c8b2a6a108b6.tar.bz2
scummvm-rg350-204809625fbe3c83e3f398e99fd6c8b2a6a108b6.zip
Rename paletteNum field for sprite in wizImages.
svn-id: r17312
Diffstat (limited to 'scumm/wiz_he.h')
-rw-r--r--scumm/wiz_he.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/wiz_he.h b/scumm/wiz_he.h
index 796679e531..18857ff143 100644
--- a/scumm/wiz_he.h
+++ b/scumm/wiz_he.h
@@ -42,6 +42,7 @@ struct WizImage {
int flags;
int state;
int unk;
+ int paletteNum;
};
struct WizParameters {
@@ -66,7 +67,6 @@ struct WizParameters {
int unk_164;
int resDefImgW;
int resDefImgH;
- int unk_174;
int unk_178;
uint8 remapColor[256];
uint8 remapIndex[256];
@@ -100,6 +100,7 @@ enum WizProcessFlags {
kWPFUseFile = 0x800,
kWPFUseDefImgWidth = 0x2000,
kWPFUseDefImgHeight = 0x4000,
+ kWPFPaletteNum = 0x8000,
kWPFFillColor = 0x20000,
kWPFClipBox2 = 0x40000
};