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

Max Horn fingolfin at users.sourceforge.net
Sun May 8 10:15:27 CEST 2005


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

Modified Files:
	animation.cpp 
Log Message:
Fix doxygen warning

Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/animation.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- animation.cpp	8 May 2005 13:04:18 -0000	1.62
+++ animation.cpp	8 May 2005 17:13:08 -0000	1.63
@@ -163,7 +163,8 @@
  * Plays an animated cutscene.
  * @param filename the file name of the cutscene file
  * @param text the subtitles and voiceovers for the cutscene
- * @param musicOut lead-out music
+ * @param leadInRes lead-in music resource id
+ * @param leadOutRes lead-out music resource id
  */
 
 int32 MoviePlayer::play(const char *filename, MovieTextObject *text[], int32 leadInRes, int32 leadOutRes) {





More information about the Scummvm-git-logs mailing list