From fe07c5a99f6ac58a09f5762876a557f8f2cf6520 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 5 Jun 2005 08:15:30 +0000 Subject: Remove duplicate field. svn-id: r18350 --- scumm/sprite_he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/sprite_he.cpp') diff --git a/scumm/sprite_he.cpp b/scumm/sprite_he.cpp index 0af4dd904b..f29ecc2288 100644 --- a/scumm/sprite_he.cpp +++ b/scumm/sprite_he.cpp @@ -1345,7 +1345,7 @@ void Sprite::processImages(bool arg) { if (spi->shadow) { wiz.img.flags |= 0x200; wiz.processFlags |= kWPFShadow; - wiz.shadow = spi->shadow; + wiz.img.shadow = spi->shadow; } if (spr_flags & kSFRemapPalette) wiz.img.flags |= kWIFRemapPalette; -- cgit v1.2.3