[Scummvm-cvs-logs] SF.net SVN: scummvm: [20724] scummvm/trunk/engines/scumm/he/sound_he.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Feb 16 00:56:02 CET 2006


Revision: 20724
Author:   kirben
Date:     2006-02-16 00:55:06 -0800 (Thu, 16 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20724&view=rev

Log Message:
-----------
Remove auto free flag for sounds in some HE games

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/he/sound_he.cpp
Modified: scummvm/trunk/engines/scumm/he/sound_he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/sound_he.cpp	2006-02-16 08:47:19 UTC (rev 20723)
+++ scummvm/trunk/engines/scumm/he/sound_he.cpp	2006-02-16 08:55:06 UTC (rev 20724)
@@ -333,7 +333,7 @@
 	byte *ptr, *spoolPtr;
 	int size = -1;
 	int priority, rate;
-	byte flags = Audio::Mixer::FLAG_UNSIGNED | Audio::Mixer::FLAG_AUTOFREE;
+	byte flags = Audio::Mixer::FLAG_UNSIGNED;
 
 	if (heChannel == -1)
 		heChannel = (_vm->VAR_RESERVED_SOUND_CHANNELS != 0xFF) ? findFreeSoundChannel() : 1;







More information about the Scummvm-git-logs mailing list