[Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.11,1.12

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


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

Modified Files:
	mixer.h 
Log Message:
Small inSANE patch for the dig, and start of Dig Audio support.
It seems to crash using AUTOFREE for some reason. Can someone Valgrind/Purify this for me?



Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** mixer.h	28 Apr 2002 14:01:40 -0000	1.11
--- mixer.h	29 Apr 2002 08:28:27 -0000	1.12
***************
*** 168,172 ****
  };
  
! 
  
  #if 0
--- 168,176 ----
  };
  
! struct BundleAudioTable {
!  char filename[13];
!  int size;
!  int offset;
! };
  
  #if 0





More information about the Scummvm-git-logs mailing list