[Scummvm-cvs-logs] CVS: scummvm/sword2/driver animation.cpp,1.52,1.53

Max Horn fingolfin at users.sourceforge.net
Fri Jan 28 15:54:21 CET 2005


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

Modified Files:
	animation.cpp 
Log Message:
Fix compilation with mpeg2 disabled

Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/animation.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- animation.cpp	28 Jan 2005 16:33:13 -0000	1.52
+++ animation.cpp	28 Jan 2005 22:10:56 -0000	1.53
@@ -204,7 +204,7 @@
 	playMPEG(filename, text, leadOut, leadOutLen);
 #else
 	// No MPEG2? Use the old 'Narration Only' hack
-	playDummy(filename, text, leadOut);
+	playDummy(filename, text, leadOut, leadOutLen);
 #endif
 
 	_vm->_mixer->stopHandle(leadInHandle);





More information about the Scummvm-git-logs mailing list