[Scummvm-cvs-logs] CVS: scummvm/sound mixer.cpp,1.8,1.9
Pawe? Ko?odziejski
aquadran at users.sourceforge.net
Sat Sep 14 22:39:02 CEST 2002
Update of /cvsroot/scummvm/scummvm/sound
In directory usw-pr-cvs1:/tmp/cvs-serv21952/sound
Modified Files:
mixer.cpp
Log Message:
speed changes to play smush movies
Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mixer.cpp 14 Sep 2002 12:12:25 -0000 1.8
+++ mixer.cpp 15 Sep 2002 05:38:04 -0000 1.9
@@ -656,11 +656,13 @@
} else {
mixer_helper_table[_flags & 0x07] (data, &len, &_pos, &fp_pos, fp_speed, vol_tab, _endOfBuffer);
if (len != 0) {
+ //FIXME: what is wrong ?
+ warning("bad play sound in stream(wrap around)");
_pos = _ptr;
mixer_helper_table[_flags & 0x07] (data, &len, &_pos, &fp_pos, fp_speed, vol_tab, end_of_data);
}
}
- _timeOut = 2;
+ _timeOut = 3;
_fpPos = fp_pos;
}
More information about the Scummvm-git-logs
mailing list