From 204809625fbe3c83e3f398e99fd6c8b2a6a108b6 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 31 Mar 2005 22:51:54 +0000 Subject: Rename paletteNum field for sprite in wizImages. svn-id: r17312 --- scumm/wiz_he.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scumm/wiz_he.h') 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 }; -- cgit v1.2.3