[Scummvm-cvs-logs] CVS: scummvm/sword1 animation.cpp,1.10.2.2,1.10.2.3
Nicolas Bacca
arisme at users.sourceforge.net
Sun Feb 22 10:23:05 CET 2004
Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21030
Modified Files:
Tag: branch-0-6-0
animation.cpp
Log Message:
Fix tabs
Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/animation.cpp,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -d -r1.10.2.2 -r1.10.2.3
--- animation.cpp 22 Feb 2004 18:04:25 -0000 1.10.2.2
+++ animation.cpp 22 Feb 2004 18:09:44 -0000 1.10.2.3
@@ -318,9 +318,9 @@
* frames if we run behind and delaying if we are too fast
*/
- /* Avoid deadlock is sound was too far ahead */
- if (bgSoundStream && !bgSound.isActive())
- return false;
+ /* Avoid deadlock is sound was too far ahead */
+ if (bgSoundStream && !bgSound.isActive())
+ return false;
#ifdef BACKEND_8BIT
if (checkPaletteSwitch() || (bgSoundStream == NULL) ||
More information about the Scummvm-git-logs
mailing list