[Scummvm-cvs-logs] CVS: scummvm/sword1 animation.cpp,1.17,1.18

Max Horn fingolfin at users.sourceforge.net
Sun Mar 14 18:13:02 CET 2004


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

Modified Files:
	animation.cpp 
Log Message:
fix doxygen-comment mistakes

Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/animation.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- animation.cpp	4 Mar 2004 18:54:34 -0000	1.17
+++ animation.cpp	15 Mar 2004 00:55:43 -0000	1.18
@@ -379,10 +379,7 @@
 /**
  * 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
  */
-
 void MoviePlayer::play(const char *filename) {
 #ifdef USE_MPEG2
 	AnimationState *anim = new AnimationState(_scr, _snd, _sys);





More information about the Scummvm-git-logs mailing list