[Scummvm-cvs-logs] CVS: scummvm/simon intern.h,1.18,1.19

Travis Howell kirben at users.sourceforge.net
Wed Aug 6 02:11:03 CEST 2003


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

Modified Files:
	intern.h 
Log Message:

Add GF_INDY3 feature flag for indy3 games to reduce checks
Remove GF_ADLIB_DEFAULT since it is no longer used


Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/intern.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- intern.h	15 Jun 2003 14:07:52 -0000	1.18
+++ intern.h	6 Aug 2003 09:10:19 -0000	1.19
@@ -140,7 +140,7 @@
 	GF_TALKIE = 1 << 2,
 	GF_DEMO   = 1 << 3,
 	GF_MAC    = 1 << 4,
-	GF_AMIGA = 1 << 5
+	GF_AMIGA  = 1 << 5
 };
 
 enum {





More information about the Scummvm-git-logs mailing list