diff options
Diffstat (limited to 'engines/m4/hotspot.cpp')
| -rw-r--r-- | engines/m4/hotspot.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/m4/hotspot.cpp b/engines/m4/hotspot.cpp index 9849cc7416..4eec50e29d 100644 --- a/engines/m4/hotspot.cpp +++ b/engines/m4/hotspot.cpp @@ -206,6 +206,7 @@ void HotSpotList::loadHotSpots(Common::SeekableReadStream* hotspotStream, int ho  		y2 = readHotSpotInteger(hotspotStream);  		index = add(new HotSpot(x1, y1, x2, y2), i == 0);  		currentHotSpot = get(index); +		currentHotSpot->setIndex(index);  		feetX = readHotSpotInteger(hotspotStream);  		feetY = readHotSpotInteger(hotspotStream);  		currentHotSpot->setFeet(feetX, feetY); | 
