[Scummvm-cvs-logs] SF.net SVN: scummvm: [30354] scummvm/trunk/engines/lure/hotspots.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Wed Jan 9 13:36:58 CET 2008


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

Log Message:
-----------
Bugfix for #1866784 - Castle Skorl can be activated multiple times

Modified Paths:
--------------
    scummvm/trunk/engines/lure/hotspots.cpp

Modified: scummvm/trunk/engines/lure/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/lure/hotspots.cpp	2008-01-09 11:14:15 UTC (rev 30353)
+++ scummvm/trunk/engines/lure/hotspots.cpp	2008-01-09 12:36:58 UTC (rev 30354)
@@ -3878,6 +3878,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