[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.230,1.231
Travis Howell
kirben at users.sourceforge.net
Mon Jun 2 00:33:09 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv26475/simon
Modified Files:
simon.cpp
Log Message:
Revert my last change, was correct according to disasm. but casued other problems.
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -d -r1.230 -r1.231
--- simon.cpp 2 Jun 2003 05:59:07 -0000 1.230
+++ simon.cpp 2 Jun 2003 06:39:54 -0000 1.231
@@ -147,7 +147,7 @@
};
static const GameSpecificSettings simon2dos_settings = {
- 1, // VGA_DELAY_BASE
+ 5, // VGA_DELAY_BASE
1580 / 4, // TABLE_INDEX_BASE
1500 / 4, // TEXT_INDEX_BASE
75, // NUM_VIDEO_OP_CODES
More information about the Scummvm-git-logs
mailing list