diff options
| author | Max Horn | 2004-10-17 19:39:46 +0000 | 
|---|---|---|
| committer | Max Horn | 2004-10-17 19:39:46 +0000 | 
| commit | 365b9a1e27b30f25d0782563a3d6838a30ab24cd (patch) | |
| tree | bcedb4e7d05fb16890e984d415eba0da8ffbe404 | |
| parent | 82a3d09a65e322b2b6b864dc8570031b97e84243 (diff) | |
| download | scummvm-rg350-365b9a1e27b30f25d0782563a3d6838a30ab24cd.tar.gz scummvm-rg350-365b9a1e27b30f25d0782563a3d6838a30ab24cd.tar.bz2 scummvm-rg350-365b9a1e27b30f25d0782563a3d6838a30ab24cd.zip | |
Doxygen fix
svn-id: r15594
| -rw-r--r-- | sword2/driver/d_sound.cpp | 2 | 
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); | 
