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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Feb 1 21:54:24 CET 2009


Revision: 36187
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36187&view=rev
Author:   lordhoto
Date:     2009-02-01 20:54:24 +0000 (Sun, 01 Feb 2009)

Log Message:
-----------
Oops wrong parameter in last commit.

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

Modified: scummvm/trunk/engines/kyra/sound.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound.cpp	2009-02-01 20:53:30 UTC (rev 36186)
+++ scummvm/trunk/engines/kyra/sound.cpp	2009-02-01 20:54:24 UTC (rev 36187)
@@ -127,7 +127,7 @@
 	for (Common::List<const char*>::iterator i = fileList.begin(); i != fileList.end(); i++) {
 		uint32 fileSize = 0;
 		uint8 *file = _vm->resource()->fileData(*i, &fileSize);
-		Common::MemoryReadStream vocStream(file, fileSize, true);
+		Common::MemoryReadStream vocStream(file, fileSize, false);
 
 		int size, rate;
 		uint8 *data = Audio::loadVOCFromStream(vocStream, size, rate);


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