[Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.64,1.65

Max Horn fingolfin at users.sourceforge.net
Mon Dec 22 11:14:05 CET 2003


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv16479

Modified Files:
	mixer.h 
Log Message:
o Got rid of Channel::destroy() method (no more evil 'delete this', plus
  slightly more efficient)
o Fixed potential memory leak in SoundMixer::playRaw
o Channel not anymore friend class of SoundMixer
o misc cleanup


Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- mixer.h	21 Dec 2003 15:47:52 -0000	1.64
+++ mixer.h	22 Dec 2003 19:08:19 -0000	1.65
@@ -42,7 +42,6 @@
 class File;
 
 class SoundMixer {
-	friend class Channel;
 public:
 	typedef void PremixProc (void *param, int16 *data, uint len);
 





More information about the Scummvm-git-logs mailing list