mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 02:11:38 +00:00
added comment to cloneToFadeOutTrack()
svn-id: r27025
This commit is contained in:
parent
218e132e37
commit
7bd01608d6
@ -329,6 +329,10 @@ IMuseDigital::Track *IMuseDigital::cloneToFadeOutTrack(const Track *track, int f
|
||||
// Clone the soundhandle
|
||||
// FIXME: Shouldn't we check here whether track->soundHandle is NULL, resp. whether stream2
|
||||
// is being used (as in, we are using compressed data)...
|
||||
//
|
||||
// -- aquadran -- nope :) this is called only for bundle files and sound data in *.la1
|
||||
// from switchToNextRegion and fadeOutMusic func.
|
||||
// stream2 is used only for sou VOICE type sound data (FT) --
|
||||
fadeTrack->soundHandle = _sound->cloneSound(track->soundHandle);
|
||||
assert(fadeTrack->soundHandle);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user