[Scummvm-cvs-logs] CVS: scummvm/sword2 speech.cpp,1.64,1.65

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Jun 10 23:38:44 CEST 2004


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9021

Modified Files:
	speech.cpp 
Log Message:
Fixed a regression caused by my recent cleanup. This one would cause the
game to crash shortly after André shows you the coyote stone. More
precisely, when the camera view shifts from the close-up of the
conversation back to the normal view of the café.

For those who enjoy reading commit messages, this was the crash I was
hunting for yesterday.


Index: speech.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/speech.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- speech.cpp	9 May 2004 13:32:03 -0000	1.64
+++ speech.cpp	11 Jun 2004 06:37:50 -0000	1.65
@@ -597,7 +597,7 @@
 			ob_speech->wait_state = 1;
 			return IR_REPEAT;
 		case INS_background:
-			fnBackSprite(pars);		// ob_graphic
+			fnBackSprite(params);		// ob_graphic
 
 			ob_speech->command = 0;
 			ob_speech->wait_state = 1;





More information about the Scummvm-git-logs mailing list