[Scummvm-cvs-logs] CVS: scummvm sound.cpp,1.63,1.64

James Brown ender at users.sourceforge.net
Mon Apr 29 01:38:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv15448

Modified Files:
	sound.cpp 
Log Message:
Oops, bundle audio is UNSIGNED.



Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** sound.cpp	29 Apr 2002 08:28:27 -0000	1.63
--- sound.cpp	29 Apr 2002 08:37:11 -0000	1.64
***************
*** 755,759 ****
  			  decompressed packet to the mixer.. but the packet
  			  actually contains further subblocks! (eg, sync) */
! 	_mixer->play_raw(NULL, CompFinal, finalSize,22050, SoundMixer::FLAG_AUTOFREE);
  }
  
--- 755,759 ----
  			  decompressed packet to the mixer.. but the packet
  			  actually contains further subblocks! (eg, sync) */
! 	_mixer->play_raw(NULL, CompFinal, finalSize,22050, SoundMixer::FLAG_UNSIGNED|SoundMixer::FLAG_AUTOFREE);
  }
  





More information about the Scummvm-git-logs mailing list