diff options
author | Eugene Sandulenko | 2005-09-29 15:35:30 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-09-29 15:35:30 +0000 |
commit | a7ec941d301f24b3515194886fbfeee9a3f8acbb (patch) | |
tree | 2c5547c6695353857a0645e9a3ba572ef2093399 /saga | |
parent | 7f686ebe53bb256c3ff57bb1bdb1dd1f210d14d3 (diff) | |
download | scummvm-rg350-a7ec941d301f24b3515194886fbfeee9a3f8acbb.tar.gz scummvm-rg350-a7ec941d301f24b3515194886fbfeee9a3f8acbb.tar.bz2 scummvm-rg350-a7ec941d301f24b3515194886fbfeee9a3f8acbb.zip |
Remov obsolete comment
svn-id: r18899
Diffstat (limited to 'saga')
-rw-r--r-- | saga/sfuncs.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp index d3ec186d8c..8dadea2938 100644 --- a/saga/sfuncs.cpp +++ b/saga/sfuncs.cpp @@ -1747,10 +1747,6 @@ void Script::sfPlayLoopedSound(SCRIPTFUNC_PARAMS) { int16 param = thread->pop(); int res; - // TODO: This doesn't work for IHNM yet. As a point of reference, when - // 'param' is 11, during the "hate" speech, it should probably - // play sound resource 260. Probably quite loudly. - if (param >= 0 && param < _vm->_sndRes->_fxTableLen) { res = _vm->_sndRes->_fxTable[param].res; if (_vm->getFeatures() & GF_CD_FX) |