SCI: updated comment on kDoSound(12)

svn-id: r49108
This commit is contained in:
Martin Kiewitz 2010-05-19 19:41:10 +00:00
parent b0ac5ee897
commit e243c87fc0

View File

@ -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();