[Scummvm-cvs-logs] CVS: scummvm/sound mixer.cpp,1.7,1.8
James Brown
ender at users.sourceforge.net
Fri Apr 19 08:39:02 CEST 2002
Update of /cvsroot/scummvm/scummvm/sound
In directory usw-pr-cvs1:/tmp/cvs-serv23630/sound
Modified Files:
mixer.cpp
Log Message:
Remove left over debug line. BBrox is anally retentive.
Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mixer.cpp 19 Apr 2002 15:02:16 -0000 1.7
--- mixer.cpp 19 Apr 2002 15:15:47 -0000 1.8
***************
*** 66,71 ****
}
! bool SoundMixer::bind_to_system(OSystem *syst) {
! //_volume_table = (int16*)malloc(256 * sizeof(int16));
_volume_table = (int16*)calloc(256*sizeof(int16),1);
--- 66,70 ----
}
! bool SoundMixer::bind_to_system(OSystem *syst) {
_volume_table = (int16*)calloc(256*sizeof(int16),1);
More information about the Scummvm-git-logs
mailing list