aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2010-01-01 22:17:59 +0000
committerMartin Kiewitz2010-01-01 22:17:59 +0000
commit03376d06f1ce211695939440d1856ee13b526eca (patch)
tree297cf948d181f9f10f130cb856501c647a2b6af0
parentf3cd114c5ca8aa4b5b0d4db9f40c7b43dc117ce1 (diff)
downloadscummvm-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.cpp1
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;