[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.h,1.35,1.36
Pawel Kolodziejski
aquadran at users.sourceforge.net
Sun Apr 6 12:42:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv27501/common
Modified Files:
gameDetector.h
Log Message:
fixed detection of early scumm games
Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- gameDetector.h 25 Mar 2003 15:32:32 -0000 1.35
+++ gameDetector.h 6 Apr 2003 19:41:34 -0000 1.36
@@ -86,6 +86,10 @@
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_HAS_ROOMTABLE = GF_AFTER_V7,
GF_USE_ANGLES = GF_AFTER_V7,
More information about the Scummvm-git-logs
mailing list