[Scummvm-cvs-logs] CVS: scummvm/sound mixer.cpp,1.6,1.7 mixer.h,1.4,1.5

James Brown ender at users.sourceforge.net
Fri Apr 19 08:09:07 CEST 2002


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

Modified Files:
	mixer.cpp mixer.h 
Log Message:
Fix PocketSCUMM. Palette is wrong tho. BBrox is a genius.



Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mixer.cpp	17 Apr 2002 20:23:45 -0000	1.6
--- mixer.cpp	19 Apr 2002 15:02:16 -0000	1.7
***************
*** 67,70 ****
--- 67,71 ----
  
  bool SoundMixer::bind_to_system(OSystem *syst) {
+ 	//_volume_table = (int16*)malloc(256 * sizeof(int16));
  	_volume_table = (int16*)calloc(256*sizeof(int16),1);
  		

Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mixer.h	17 Apr 2002 20:23:45 -0000	1.4
--- mixer.h	19 Apr 2002 15:02:16 -0000	1.5
***************
*** 7,11 ****
  
  typedef uint32 PlayingSoundHandle;
- 
  class SoundMixer {
  private:	
--- 7,10 ----
***************
*** 190,194 ****
  };
  #endif
- 
  
  #endif /* _mixer_h_included */
--- 189,192 ----





More information about the Scummvm-git-logs mailing list