[Scummvm-cvs-logs] CVS: scummvm sound.cpp,1.103,1.104

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Fri Jul 19 22:05:03 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv31534

Modified Files:
	sound.cpp 
Log Message:
DIG:fix for codec 10,
codecs are OK, now :)

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.cpp,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- sound.cpp	19 Jul 2002 20:10:56 -0000	1.103
+++ sound.cpp	20 Jul 2002 05:04:06 -0000	1.104
@@ -905,7 +905,7 @@
 						s += 12;
 						k++;
 						c += 12;
-					} while (k < length);
+					} while (k <= length);
 				}
 			break;
 





More information about the Scummvm-git-logs mailing list