mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 15:09:47 +00:00
SCI: updated comment on kDoSound(12)
svn-id: r49108
This commit is contained in:
parent
b0ac5ee897
commit
e243c87fc0
@ -928,8 +928,8 @@ void SoundCommandParser::cmdStopAllSounds(reg_t obj, int16 value) {
|
||||
Common::StackLock(_music->_mutex);
|
||||
|
||||
// FIXME: this can't be right, it's called in iceman (room 14) when the door sound has done playing
|
||||
// stopping sounds can't be right, because music is starting afterwards in ssci. Maybe it actually means
|
||||
// "resume play of queued sound" or something like that
|
||||
// stopping sounds can't be right, because music is starting afterwards in ssci. can't be resume queued
|
||||
// song(s), because music is playing even when this call is nuked inside ssci.
|
||||
return;
|
||||
|
||||
const MusicList::iterator end = _music->getPlayListEnd();
|
||||
|
Loading…
Reference in New Issue
Block a user