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

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Fri Nov 16 08:32:03 CET 2007


Revision: 29513
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29513&view=rev
Author:   dreammaster
Date:     2007-11-15 23:32:03 -0800 (Thu, 15 Nov 2007)

Log Message:
-----------
Bugfix to make player walk over to Goewin when talking to her

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

Modified: scummvm/trunk/engines/lure/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/lure/hotspots.cpp	2007-11-16 06:53:18 UTC (rev 29512)
+++ scummvm/trunk/engines/lure/hotspots.cpp	2007-11-16 07:32:03 UTC (rev 29513)
@@ -3725,7 +3725,7 @@
 	Resources &res = Resources::getReference();
 	ValueTableData &fields = res.fieldList();
 
-	h.setDirection(UP);
+	h.resource()->actionHotspotId = 0;
 	h.setCharacterMode(CHARMODE_WAIT_FOR_INTERACT);
 
 	h.handleTalkDialog();


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