[Scummvm-cvs-logs] CVS: scummvm/saga sfuncs.cpp,1.164,1.165

Eugene Sandulenko sev at users.sourceforge.net
Thu Sep 29 08:38:36 CEST 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31847

Modified Files:
	sfuncs.cpp 
Log Message:
Remov obsolete comment


Index: sfuncs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sfuncs.cpp,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- sfuncs.cpp	28 Sep 2005 15:49:20 -0000	1.164
+++ sfuncs.cpp	29 Sep 2005 15:35:30 -0000	1.165
@@ -1747,10 +1747,6 @@
 	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)





More information about the Scummvm-git-logs mailing list