[Scummvm-cvs-logs] SF.net SVN: scummvm: [27428] scummvm/trunk/engines/saga/actor.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 15 20:28:45 CEST 2007


Revision: 27428
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27428&view=rev
Author:   thebluegr
Date:     2007-06-15 11:28:44 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------
Clear the forced text flag if it's set when a speech with forced text finishes. Now, ScummVM won't wait forever when talking to an actor after using the computer screen in the elder's screen at Ben's chapter in IHNM

Modified Paths:
--------------
    scummvm/trunk/engines/saga/actor.cpp

Modified: scummvm/trunk/engines/saga/actor.cpp
===================================================================
--- scummvm/trunk/engines/saga/actor.cpp	2007-06-15 17:44:06 UTC (rev 27427)
+++ scummvm/trunk/engines/saga/actor.cpp	2007-06-15 18:28:44 UTC (rev 27428)
@@ -1106,6 +1106,8 @@
 				removeFirst = true;
 			}
 			_activeSpeech.playing = false;
+			if (_activeSpeech.speechFlags & kSpeakForceText)
+				_activeSpeech.speechFlags = 0;
 			if (_activeSpeech.actorIds[0] != 0) {
 				actor = getActor(_activeSpeech.actorIds[0]);
 				if (!(_activeSpeech.speechFlags & kSpeakNoAnimate)) {


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