[Scummvm-cvs-logs] CVS: scummvm/scumm imuse_player.cpp,2.41,2.42

Travis Howell kirben at users.sourceforge.net
Wed Jan 14 02:49:01 CET 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv866/scumm

Modified Files:
	imuse_player.cpp 
Log Message:
??ZZ
ZZZZ

Fix another valgrind warning, I hope this is right spot.


Index: imuse_player.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_player.cpp,v
retrieving revision 2.41
retrieving revision 2.42
diff -u -d -r2.41 -r2.42
--- imuse_player.cpp	6 Jan 2004 12:45:30 -0000	2.41
+++ imuse_player.cpp	14 Jan 2004 10:48:36 -0000	2.42
@@ -81,6 +81,7 @@
 	_isGM(false),
 	_se(0),
 	_vol_chan(0){
+	_passThrough = 0;
 }
 
 Player::~Player() {





More information about the Scummvm-git-logs mailing list