[Scummvm-cvs-logs] CVS: residual lipsynch.cpp,1.6,1.7
Pawel Kolodziejski
aquadran at users.sourceforge.net
Fri Jan 21 12:35:19 CET 2005
Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16810
Modified Files:
lipsynch.cpp
Log Message:
changed checks in imuse at the end of sound
Index: lipsynch.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lipsynch.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- lipsynch.cpp 1 Jan 2005 21:07:52 -0000 1.6
+++ lipsynch.cpp 21 Jan 2005 20:34:41 -0000 1.7
@@ -75,7 +75,7 @@
int frame1, frame2;
// tune a bit to prevent internal imuse drift
- pos += 15;
+ pos += 5;
for (int i = 0; i < _numEntries; i++) {
frame1 = _entries[i].frame;
More information about the Scummvm-git-logs
mailing list