diff options
| author | Travis Howell | 2005-04-30 05:34:31 +0000 |
|---|---|---|
| committer | Travis Howell | 2005-04-30 05:34:31 +0000 |
| commit | abef7907df20bc1e60a4992919e5e6de7abd4e55 (patch) | |
| tree | a3a95486af6d9dc703f2a4ebfa171a8fd9a8c134 /scumm | |
| parent | 7118921a2ab73d211c37d78ae4d8998755756add (diff) | |
| download | scummvm-rg350-abef7907df20bc1e60a4992919e5e6de7abd4e55.tar.gz scummvm-rg350-abef7907df20bc1e60a4992919e5e6de7abd4e55.tar.bz2 scummvm-rg350-abef7907df20bc1e60a4992919e5e6de7abd4e55.zip | |
Set sprite id & group number for wizImages.
svn-id: r17870
Diffstat (limited to 'scumm')
| -rw-r--r-- | scumm/sprite_he.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/sprite_he.cpp b/scumm/sprite_he.cpp index b4cf2ff316..decc8afa96 100644 --- a/scumm/sprite_he.cpp +++ b/scumm/sprite_he.cpp @@ -1273,6 +1273,8 @@ void ScummEngine_v90he::spritesProcessWiz(bool arg) { wiz.img.y1 = spi->ty - spr_wiz_y; } + wiz.spriteId = spi->id; + wiz.groupNum = spi->groupNum; wiz.field_23EA = spi->field_90; spi->curImageState = wiz.img.state = resState; spi->curResId = wiz.img.resNum = resId; |
