From 90509f658849a87b22ad27fe1d5acb622b634d8d Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 20 Apr 2005 06:55:30 +0000 Subject: Rename wizImage process flag for HE games. svn-id: r17707 --- 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 1e3f6333f6..10302d8961 100644 --- a/scumm/sprite_he.cpp +++ b/scumm/sprite_he.cpp @@ -1329,7 +1329,7 @@ void ScummEngine_v90he::spritesProcessWiz(bool arg) { } if (spi->xmapNum) { wiz.img.flags |= 0x200; - wiz.processFlags |= 4; + wiz.processFlags |= kWPFXmapNum; wiz.xmapNum = spi->xmapNum; } if (spr_flags & kSFNeedPaletteRemap) -- cgit v1.2.3