mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
Doxygen fix
svn-id: r15594
This commit is contained in:
parent
82a3d09a65
commit
365b9a1e27
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user