[Scummvm-cvs-logs] CVS: scummvm/saga sndres.cpp,1.22,1.23

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Oct 16 13:39:14 CEST 2004


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28958/saga

Modified Files:
	sndres.cpp 
Log Message:
fixed warnings

Index: sndres.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/sndres.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- sndres.cpp	10 Oct 2004 12:27:43 -0000	1.22
+++ sndres.cpp	16 Oct 2004 20:38:36 -0000	1.23
@@ -232,7 +232,7 @@
 
 int SndRes::getVoiceLength(uint32 voice_rn) {
 	int res_type = _snd_info.res_type;
-	uint32 length;
+	uint32 length = 0;
 
 	double ms_f;
 	int ms_i = -1;





More information about the Scummvm-git-logs mailing list