[Scummvm-cvs-logs] SF.net SVN: scummvm:[40923] scummvm/trunk/engines/sci/resource.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue May 26 21:12:09 CEST 2009


Revision: 40923
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40923&view=rev
Author:   thebluegr
Date:     2009-05-26 19:12:09 +0000 (Tue, 26 May 2009)

Log Message:
-----------
Fixed regression of commit #40904, which caused the audio in KQ5CD to be played incorrectly

Modified Paths:
--------------
    scummvm/trunk/engines/sci/resource.cpp

Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp	2009-05-26 19:05:20 UTC (rev 40922)
+++ scummvm/trunk/engines/sci/resource.cpp	2009-05-26 19:12:09 UTC (rev 40923)
@@ -1358,6 +1358,7 @@
 	if (_sciVersion < SCI_VERSION_1_1) {
 		found = findAudEntrySCI1(audioNumber, volume, offset, size);
 		sprintf(filename, "AUDIO%03d.%03d", _lang, volume);
+		flags |= Audio::Mixer::FLAG_UNSIGNED;
 	} else {
 		found = findAudEntrySCI11(audioNumber, offset);
 		strcpy(filename, "RESOURCE.AUD");


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