[Scummvm-cvs-logs] CVS: scummvm/sword1 logic.cpp,1.2,1.3

Robert G?ffringmann lavosspawn at users.sourceforge.net
Tue Dec 16 11:51:00 CET 2003


Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1:/tmp/cvs-serv12783/sword1

Modified Files:
	logic.cpp 
Log Message:
fix speech logic bug (policeman scene works now...)

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/logic.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- logic.cpp	16 Dec 2003 09:43:08 -0000	1.2
+++ logic.cpp	16 Dec 2003 19:50:18 -0000	1.3
@@ -212,7 +212,7 @@
 }
 
 int SwordLogic::logicWaitTalk(BsObject *compact) {
-	BsObject *target = _objMan->fetchObject(compact->o_target);
+	BsObject *target = _objMan->fetchObject(compact->o_down_flag);
 	
 	if (target->o_status & STAT_TALK_WAIT) {
 		compact->o_logic = LOGIC_script;





More information about the Scummvm-git-logs mailing list