[Scummvm-cvs-logs] CVS: scummvm/queen cutaway.cpp,1.102,1.103

Gregory Montoir cyx at users.sourceforge.net
Wed Jan 7 07:47:06 CET 2004


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv4989

Modified Files:
	cutaway.cpp 
Log Message:
fix 'panel still displayed during dialogue' bug (this was noticeable when trying to bypass the floda receptionist)

Index: cutaway.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/cutaway.cpp,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- cutaway.cpp	7 Jan 2004 15:45:23 -0000	1.102
+++ cutaway.cpp	7 Jan 2004 15:46:45 -0000	1.103
@@ -1287,7 +1287,7 @@
 			personInRoom = 0; 			// XXX is this correct?
 		}
 
-		Talk::talk(_talkFile, personInRoom, nextFilename, _vm);
+		_vm->logic()->startDialogue(_talkFile, personInRoom, nextFilename);
 	}
 }
 





More information about the Scummvm-git-logs mailing list