[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.h,1.40,1.41

Max Horn fingolfin at users.sourceforge.net
Mon Jun 2 14:30:07 CEST 2003


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

Modified Files:
	gameDetector.h 
Log Message:
fixed compilation

Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- gameDetector.h	17 May 2003 23:47:50 -0000	1.40
+++ gameDetector.h	2 Jun 2003 21:29:54 -0000	1.41
@@ -86,15 +86,14 @@
 	GF_HUMONGOUS           = 1 << 15,
 	GF_NEW_COSTUMES        = 1 << 16,
 	GF_DEFAULT_TO_1X_SCALER = 1 << 17,
-	GF_AFTER_V2            = 1 << 18,
-	GF_AFTER_V3            = 1 << 19,
-	GF_AFTER_V4            = 1 << 20,
-	GF_AFTER_V5            = 1 << 21,
-	GF_AFTER_HEV7          = 1 << 22,
+	GF_AFTER_V1            = 1 << 18,
+	GF_AFTER_V2            = 1 << 19,
+	GF_AFTER_V3            = 1 << 20,
+	GF_AFTER_V4            = 1 << 21,
+	GF_AFTER_V5            = 1 << 22,
+	GF_AFTER_HEV7          = 1 << 23,
 
 	GF_HAS_ROOMTABLE       = GF_AFTER_V7,
-	GF_USE_ANGLES          = GF_AFTER_V7,
-	GF_DEFAULT             = GF_USE_KEY,
 	GF_EXTERNAL_CHARSET    = GF_SMALL_HEADER
 };
 





More information about the Scummvm-git-logs mailing list