aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/sprite_he.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-29 10:43:47 +0200
committerEugene Sandulenko2016-04-29 10:43:47 +0200
commit396b962f85b3cf916a8bbf3bd2a9d0b076d1e1a4 (patch)
tree588ec84a4335219ac264429361c255a9a79ece68 /engines/scumm/he/sprite_he.cpp
parent5f301b24002fffb3e8e05061a92ae2e0ee3a92ec (diff)
downloadscummvm-rg350-396b962f85b3cf916a8bbf3bd2a9d0b076d1e1a4.tar.gz
scummvm-rg350-396b962f85b3cf916a8bbf3bd2a9d0b076d1e1a4.tar.bz2
scummvm-rg350-396b962f85b3cf916a8bbf3bd2a9d0b076d1e1a4.zip
SCUMM HE: Mapped WizImg struct member name
Diffstat (limited to 'engines/scumm/he/sprite_he.cpp')
-rw-r--r--engines/scumm/he/sprite_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/sprite_he.cpp b/engines/scumm/he/sprite_he.cpp
index 245a986531..56c116ee0c 100644
--- a/engines/scumm/he/sprite_he.cpp
+++ b/engines/scumm/he/sprite_he.cpp
@@ -1341,7 +1341,7 @@ void Sprite::processImages(bool arg) {
wiz.img.flags |= kWIFRemapPalette;
if (spi->field_84) {
wiz.processFlags |= 0x200000;
- wiz.img.field_390 = spi->field_84;
+ wiz.img.zbuffer = spi->field_84;
wiz.img.zorder = spi->priority;
}
if (spi->sourceImage) {