[Scummvm-cvs-logs] CVS: scummvm/sword1 sword1.cpp,1.35,1.36
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Thu Jan 8 00:30:10 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.98,1.99 charset.cpp,2.82,2.83 debugger.cpp,1.110,1.111 gfx.cpp,2.258,2.259 object.cpp,1.157,1.158 scumm.h,1.349,1.350 verbs.cpp,1.90,1.91
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm/imuse_digi dimuse.cpp,1.11,1.12 dimuse_bndmgr.cpp,1.8,1.9 dimuse_sndmgr.cpp,1.7,1.8 dimuse_sndmgr.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1:/tmp/cvs-serv7632
Modified Files:
sword1.cpp
Log Message:
Changed spaces to tabs.
Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- sword1.cpp 7 Jan 2004 19:08:59 -0000 1.35
+++ sword1.cpp 8 Jan 2004 08:29:55 -0000 1.36
@@ -1149,7 +1149,7 @@
if (newTime - frameTime < 1000 / FRAME_RATE) {
scrollFrameShown = _screen->showScrollFrame();
int32 restDelay = (1000 / (FRAME_RATE * 2)) - (_system->get_msecs() - frameTime);
- if (restDelay > 0)
+ if (restDelay > 0)
delay((uint)restDelay);
}
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.98,1.99 charset.cpp,2.82,2.83 debugger.cpp,1.110,1.111 gfx.cpp,2.258,2.259 object.cpp,1.157,1.158 scumm.h,1.349,1.350 verbs.cpp,1.90,1.91
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm/imuse_digi dimuse.cpp,1.11,1.12 dimuse_bndmgr.cpp,1.8,1.9 dimuse_sndmgr.cpp,1.7,1.8 dimuse_sndmgr.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list