[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.h,1.43,1.44
Max Horn
fingolfin at users.sourceforge.net
Fri Jun 6 17:17:06 CEST 2003
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv20132
Modified Files:
gameDetector.h
Log Message:
removed GF_AFTER flags (except GF_AFTER_HEV7)
Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- gameDetector.h 6 Jun 2003 23:58:39 -0000 1.43
+++ gameDetector.h 7 Jun 2003 00:16:54 -0000 1.44
@@ -69,9 +69,6 @@
enum GameFeatures {
// SCUMM features
GF_NEW_OPCODES = 1 << 0,
- GF_AFTER_V6 = 1 << 1,
- GF_AFTER_V7 = 1 << 2,
- GF_AFTER_V8 = 1 << 3,
GF_USE_KEY = 1 << 4,
GF_DRAWOBJ_OTHER_ORDER = 1 << 5,
GF_SMALL_HEADER = 1 << 6,
@@ -86,11 +83,6 @@
GF_HUMONGOUS = 1 << 15,
GF_NEW_COSTUMES = 1 << 16,
GF_DEFAULT_TO_1X_SCALER = 1 << 17,
- 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_NEW_CAMERA = 1 << 24,
More information about the Scummvm-git-logs
mailing list