[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.h,1.37,1.38

Jonathan Gray khalek at users.sourceforge.net
Fri May 16 04:30:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv30351

Modified Files:
	gameDetector.h 
Log Message:
GF_AFTER_HEV7

Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- gameDetector.h	12 May 2003 23:21:35 -0000	1.37
+++ gameDetector.h	16 May 2003 11:29:16 -0000	1.38
@@ -90,6 +90,7 @@
 	GF_AFTER_V3            = 1 << 19,
 	GF_AFTER_V4            = 1 << 20,
 	GF_AFTER_V5            = 1 << 21,
+	GF_AFTER_HEV7          = 1 << 22,
 
 	GF_HAS_ROOMTABLE       = GF_AFTER_V7,
 	GF_USE_ANGLES          = GF_AFTER_V7,





More information about the Scummvm-git-logs mailing list