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

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Fri Nov 16 07:53:18 CET 2007


Revision: 29512
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29512&view=rev
Author:   dreammaster
Date:     2007-11-15 22:53:18 -0800 (Thu, 15 Nov 2007)

Log Message:
-----------
Bugfix to have NPC stand still during showMessage talk actions

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

Modified: scummvm/trunk/engines/lure/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/lure/hotspots.cpp	2007-11-16 03:37:15 UTC (rev 29511)
+++ scummvm/trunk/engines/lure/hotspots.cpp	2007-11-16 06:53:18 UTC (rev 29512)
@@ -804,8 +804,8 @@
 		Dialog::show(idVal, itemName, this->getName());
 		
 	} else if (idVal != 0) {
-		// Handle message as a talking dialog (the character talking to themselves)
-		converse(destCharacterId, idVal);
+		// Handle message as a talking dialog 
+		converse(destCharacterId, idVal, true, false);
 	}
 }
 


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