diff options
| -rw-r--r-- | engines/lure/hotspots.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp index 0837f970f2..a47a157eb4 100644 --- a/engines/lure/hotspots.cpp +++ b/engines/lure/hotspots.cpp @@ -3810,6 +3810,7 @@ void HotspotTickHandlers::barmanAnimHandler(Hotspot &h) {  					HotspotData *wayne = res.getHotspot(WAYNE_ID);  					if ((player->roomNumber != 35) && (gwyn->roomNumber != 35) && (wayne->roomNumber != 35)) { +						h.setAnimationIndex(EWAN_ANIM_INDEX);  						if (rnd.getRandomNumber(1) == 1)  							id = BG_EXTRA1 << 8;  						else { | 
