[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.229,1.230

Travis Howell kirben at users.sourceforge.net
Sun Jun 1 23:00:10 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv14301/simon

Modified Files:
	simon.cpp 
Log Message:

simon2dos uses different VGA_DELAY_BASE, fixes text disappearing in copy protection.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -d -r1.229 -r1.230
--- simon.cpp	1 Jun 2003 09:41:56 -0000	1.229
+++ simon.cpp	2 Jun 2003 05:59:07 -0000	1.230
@@ -147,7 +147,7 @@
 };
 
 static const GameSpecificSettings simon2dos_settings = {
-	5,										// VGA_DELAY_BASE
+	1,										// 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