diff options
author | Martin Kiewitz | 2010-01-01 22:17:59 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-01-01 22:17:59 +0000 |
commit | 03376d06f1ce211695939440d1856ee13b526eca (patch) | |
tree | 297cf948d181f9f10f130cb856501c647a2b6af0 | |
parent | f3cd114c5ca8aa4b5b0d4db9f40c7b43dc117ce1 (diff) | |
download | scummvm-rg350-03376d06f1ce211695939440d1856ee13b526eca.tar.gz scummvm-rg350-03376d06f1ce211695939440d1856ee13b526eca.tar.bz2 scummvm-rg350-03376d06f1ce211695939440d1856ee13b526eca.zip |
SCI/newmusic: removed TODO
svn-id: r46858
-rw-r--r-- | engines/sci/sfx/soundcmd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/sfx/soundcmd.cpp b/engines/sci/sfx/soundcmd.cpp index 3c1f9b62ef..339fb97187 100644 --- a/engines/sci/sfx/soundcmd.cpp +++ b/engines/sci/sfx/soundcmd.cpp @@ -781,7 +781,6 @@ void SoundCommandParser::cmdUpdateCues(reg_t obj, int16 value) { musicSlot->loop -= currentLoopCounter - musicSlot->sampleLoopCounter; musicSlot->sampleLoopCounter = currentLoopCounter; } - // TODO: We need to update loop selector here, when sample is looping if (!mixer->isSoundHandleActive(musicSlot->hCurrentAud)) { musicSlot->ticker = SIGNAL_OFFSET; musicSlot->signal = SIGNAL_OFFSET; |