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

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


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

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

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

Modified: scummvm/branches/branch-0-11-0/engines/lure/scripts.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/lure/scripts.cpp	2008-01-22 09:46:11 UTC (rev 30609)
+++ scummvm/branches/branch-0-11-0/engines/lure/scripts.cpp	2008-01-22 09:47:10 UTC (rev 30610)
@@ -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