aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver
diff options
context:
space:
mode:
authorMax Horn2004-10-17 19:39:46 +0000
committerMax Horn2004-10-17 19:39:46 +0000
commit365b9a1e27b30f25d0782563a3d6838a30ab24cd (patch)
treebcedb4e7d05fb16890e984d415eba0da8ffbe404 /sword2/driver
parent82a3d09a65e322b2b6b864dc8570031b97e84243 (diff)
downloadscummvm-rg350-365b9a1e27b30f25d0782563a3d6838a30ab24cd.tar.gz
scummvm-rg350-365b9a1e27b30f25d0782563a3d6838a30ab24cd.tar.bz2
scummvm-rg350-365b9a1e27b30f25d0782563a3d6838a30ab24cd.zip
Doxygen fix
svn-id: r15594
Diffstat (limited to 'sword2/driver')
-rw-r--r--sword2/driver/d_sound.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp
index e0ca6afbb9..18012f4d52 100644
--- a/sword2/driver/d_sound.cpp
+++ b/sword2/driver/d_sound.cpp
@@ -695,12 +695,10 @@ void Sound::waitForLeadOut(void) {
/**
* 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);