[Scummvm-cvs-logs] SF.net SVN: scummvm:[45100] scummvm/trunk/engines/sword1/sound.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Oct 15 01:29:14 CEST 2009


Revision: 45100
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45100&view=rev
Author:   fingolfin
Date:     2009-10-14 23:29:14 +0000 (Wed, 14 Oct 2009)

Log Message:
-----------
SWORD1: Remove obsolete TODO

Modified Paths:
--------------
    scummvm/trunk/engines/sword1/sound.cpp

Modified: scummvm/trunk/engines/sword1/sound.cpp
===================================================================
--- scummvm/trunk/engines/sword1/sound.cpp	2009-10-14 23:28:23 UTC (rev 45099)
+++ scummvm/trunk/engines/sword1/sound.cpp	2009-10-14 23:29:14 UTC (rev 45100)
@@ -416,16 +416,9 @@
 	_cowFile.read(fBuf, cSize);
 	uint32 headerPos = 0;
 
-	// TODO: use loadWAVFromStream to load the WAVE data!
-	/*
-	int rate, size;
-	bye flags;
-	Common::MemoryReadStream stream(fBuf, cSize);
-	isValidWAV = loadWAVFromStream(stream, size, rate, flags);
-	*/
-
 	while ((READ_BE_UINT32(fBuf + headerPos) != 'data') && (headerPos < 100))
 		headerPos++;
+
 	if (headerPos < 100) {
 		int32 resSize;
 		int16 *srcData;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list