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

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Tue Jan 22 10:46:12 CET 2008


Revision: 30609
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30609&view=rev
Author:   dreammaster
Date:     2008-01-22 01:46:11 -0800 (Tue, 22 Jan 2008)

Log Message:
-----------
Bugfix for transformation sparkle to finish if the player changes room partway through animation

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

Modified: scummvm/trunk/engines/lure/scripts.cpp
===================================================================
--- scummvm/trunk/engines/lure/scripts.cpp	2008-01-22 09:12:46 UTC (rev 30608)
+++ scummvm/trunk/engines/lure/scripts.cpp	2008-01-22 09:46:11 UTC (rev 30609)
@@ -438,7 +438,7 @@
 	hotspot->startX = player->startX - 14;
 	hotspot->startY = player->startY - 10;
 	
-	Hotspot *activeHotspot = res.addHotspot(TRANSFORM_ID);
+	Hotspot *activeHotspot = res.activateHotspot(TRANSFORM_ID);
 	activeHotspot->setActionCtr(0);
 	activeHotspot->setHotspotScript(0x630);
 }


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