[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.195,2.196
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Sat May 31 06:46:04 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv23533
Modified Files:
scummvm.cpp
Log Message:
Fix typo in previous commit
Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.195
retrieving revision 2.196
diff -u -d -r2.195 -r2.196
--- scummvm.cpp 31 May 2003 13:43:05 -0000 2.195
+++ scummvm.cpp 31 May 2003 13:45:45 -0000 2.196
@@ -811,7 +811,7 @@
// FIXME
if (_features & GF_AFTER_V2) {
- // This needs to be at greater than 40 to get the more
+ // This needs to be at least greater than 40 to get the more
// elaborate version of the EGA Zak into. I don't know where
// else it makes any difference.
VAR(VAR_MACHINE_SPEED) = 0x7FFF;
More information about the Scummvm-git-logs
mailing list