[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.62,1.63

Max Horn fingolfin at users.sourceforge.net
Sat Dec 28 08:39:02 CET 2002


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

Modified Files:
	sound.cpp 
Log Message:
fixed warning

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- sound.cpp	28 Dec 2002 15:48:37 -0000	1.62
+++ sound.cpp	28 Dec 2002 16:38:15 -0000	1.63
@@ -1128,7 +1128,7 @@
 	}
 
 	int32 rate = 22050, channels;
-	int32 tag, size = -1, bits;
+	int32 tag, size = -1, bits = 0;
 
 	if (_scumm->_gameId == GID_CMI) {
 		char name[20];





More information about the Scummvm-git-logs mailing list