[Scummvm-cvs-logs] CVS: scummvm/sword2/driver d_sound.cpp,1.125,1.126

Max Horn fingolfin at users.sourceforge.net
Sun Oct 17 12:40:02 CEST 2004


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

Modified Files:
	d_sound.cpp 
Log Message:
Doxygen fix

Index: d_sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_sound.cpp,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- d_sound.cpp	12 Oct 2004 17:03:07 -0000	1.125
+++ d_sound.cpp	17 Oct 2004 19:39:46 -0000	1.126
@@ -695,12 +695,10 @@
 
 /**
  * Streams music from a cluster file.
- * @param filename the file name of the music cluster file
  * @param musicId the id of the music to stream
  * @param looping true if the music is to loop back to the start
  * @return RD_OK or an error code
  */
-
 int32 Sound::streamCompMusic(uint32 musicId, bool looping) {
 	Common::StackLock lock(_mutex);
 





More information about the Scummvm-git-logs mailing list