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

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Wed Oct 24 12:04:24 CEST 2007


Revision: 29252
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29252&view=rev
Author:   dreammaster
Date:     2007-10-24 03:04:24 -0700 (Wed, 24 Oct 2007)

Log Message:
-----------
Changed startSpeakingToNoone to pause the speaking character

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

Modified: scummvm/trunk/engines/lure/scripts.cpp
===================================================================
--- scummvm/trunk/engines/lure/scripts.cpp	2007-10-24 10:03:11 UTC (rev 29251)
+++ scummvm/trunk/engines/lure/scripts.cpp	2007-10-24 10:04:24 UTC (rev 29252)
@@ -247,7 +247,7 @@
 	Hotspot *charHotspot = res.getActiveHotspot(characterId);
 	assert(charHotspot);
 
-	charHotspot->converse(NOONE_ID, stringId, false);
+	charHotspot->converse(NOONE_ID, stringId, true);
 }
 
 // Stops playing the specified sound index


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