diff options
| -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) | 
