From 9ca2345fc13c9422f118ed00039e2fd900383fd5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 5 Jun 2009 02:35:38 +0000 Subject: Fix issues selecting some items in arttime and football. svn-id: r41188 --- engines/scumm/he/sprite_he.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/scumm/he/sprite_he.cpp b/engines/scumm/he/sprite_he.cpp index 1e694ff067..aed03f746b 100644 --- a/engines/scumm/he/sprite_he.cpp +++ b/engines/scumm/he/sprite_he.cpp @@ -151,6 +151,7 @@ int Sprite::findSpriteWithClassOf(int x_pos, int y_pos, int spriteGroupId, int t if (spi->maskImage) { int32 x1, x2, y1, y2; + image = spi->maskImage; imageState = spi->curImageState % _vm->_wiz->getWizImageStates(spi->maskImage); pos[0].x = x_pos - spi->pos.x; -- cgit v1.2.3