[Scummvm-cvs-logs] SF.net SVN: scummvm: [30355] scummvm/branches/branch-0-11-0/engines/lure/ hotspots.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Wed Jan 9 13:39:46 CET 2008


Revision: 30355
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30355&view=rev
Author:   dreammaster
Date:     2008-01-09 04:39:45 -0800 (Wed, 09 Jan 2008)

Log Message:
-----------
Backport of r30354 - Castle Skorl can be activated multiple times

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/lure/hotspots.cpp

Modified: scummvm/branches/branch-0-11-0/engines/lure/hotspots.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/lure/hotspots.cpp	2008-01-09 12:36:58 UTC (rev 30354)
+++ scummvm/branches/branch-0-11-0/engines/lure/hotspots.cpp	2008-01-09 12:39:45 UTC (rev 30355)
@@ -3863,6 +3863,7 @@
 		HotspotData *hotspot = res.getHotspot(h.hotspotId());
 		assert(hotspot);
 		res.deactivateHotspot(hotspot->hotspotId);
+		hotspot->roomNumber = 0xffff;
 		hotspot->layer = 255;
 		hotspot->talkCountdown = 0;
 		hotspot->flags |= HOTSPOTFLAG_MENU_EXCLUSION;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list