From ae06d5337e80503d25c58cd9475bd8a45a87f48d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 28 Dec 2007 07:46:21 +0000 Subject: Bugfix to correctly display a message when a used item is no longer in the room svn-id: r30037 --- engines/lure/hotspots.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/lure/hotspots.cpp') diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp index 7b5ec7bccd..c1d4b1f53e 100644 --- a/engines/lure/hotspots.cpp +++ b/engines/lure/hotspots.cpp @@ -938,9 +938,9 @@ HotspotPrecheckResult Hotspot::actionPrecheck(HotspotData *hotspot) { if (getBarPlace() == BP_KEEP_TRYING) return PC_WAIT; } else if (hotspot->roomNumber != roomNumber()) { - // loc_884 - if (actionCtr() == 0) - converse(NOONE_ID, 0); + // Object is not in the same room + if (actionCtr() == 0) + showMessage(0, hotspot->hotspotId); setActionCtr(0); return PC_NOT_IN_ROOM; } else if (actionCtr() != 0) { -- cgit v1.2.3