diff options
| author | Travis Howell | 2005-04-30 05:25:06 +0000 | 
|---|---|---|
| committer | Travis Howell | 2005-04-30 05:25:06 +0000 | 
| commit | 7118921a2ab73d211c37d78ae4d8998755756add (patch) | |
| tree | 8119d8afd881f6a73483f519cfeb3d024e761538 /scumm/sprite_he.cpp | |
| parent | a08f1b8c692dadf7545c48d8b678b0c5a4259402 (diff) | |
| download | scummvm-rg350-7118921a2ab73d211c37d78ae4d8998755756add.tar.gz scummvm-rg350-7118921a2ab73d211c37d78ae4d8998755756add.tar.bz2 scummvm-rg350-7118921a2ab73d211c37d78ae4d8998755756add.zip | |
Add expanded _wizParams used by HE100 games.
Add u32 version variable.
svn-id: r17869
Diffstat (limited to 'scumm/sprite_he.cpp')
| -rw-r--r-- | scumm/sprite_he.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/scumm/sprite_he.cpp b/scumm/sprite_he.cpp index 8432a4795e..b4cf2ff316 100644 --- a/scumm/sprite_he.cpp +++ b/scumm/sprite_he.cpp @@ -1273,7 +1273,7 @@ void ScummEngine_v90he::spritesProcessWiz(bool arg) {  			wiz.img.y1 = spi->ty - spr_wiz_y;  		} -		//wiz.field_23EA = spi->field_90; +		wiz.field_23EA = spi->field_90;  		spi->curImageState = wiz.img.state = resState;  		spi->curResId = wiz.img.resNum = resId;  		wiz.processFlags = kWPFNewState | kWPFSetPos; @@ -1339,8 +1339,8 @@ void ScummEngine_v90he::spritesProcessWiz(bool arg) {  			wiz.img.flags |= kWIFRemapPalette;  		if (spi->field_84) {  			wiz.processFlags |= 0x200000; -			//wiz.field_390 = spi->field_84; -			//wiz.zorder = spi->zorderPriority; +			wiz.img.field_390 = spi->field_84; +			wiz.img.zorder = spi->zorderPriority;  		}  		if (spi->maskImgResNum) {  			wiz.processFlags |= kWPFMaskImg; | 
