[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.47,1.48 gameDetector.h,1.13,1.14

James Brown ender at users.sourceforge.net
Thu Dec 12 08:30:04 CET 2002


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

Modified Files:
	gameDetector.cpp gameDetector.h 
Log Message:
Tidy one or two things up for future V1/V2/V8 SCUMM support.


Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- gameDetector.cpp	8 Dec 2002 23:16:38 -0000	1.47
+++ gameDetector.cpp	12 Dec 2002 16:29:21 -0000	1.48
@@ -432,12 +432,12 @@
 
 const VersionSettings version_settings[] = {
 	/* Scumm Version 1 */
-//      {"maniac",      "Maniac Mansion (C64)",                         GID_MANIAC64, 1, 0, 0,},
-//      {"zak",         "Zak McKracken and the Alien Mindbenders (C64)", GID_ZAK64, 1, 0, 0,},
+//	{"maniac64",      "Maniac Mansion (C64)",                         GID_MANIAC64, 1, 0, 0,},
+//      {"zak64",         "Zak McKracken and the Alien Mindbenders (C64)", GID_ZAK64, 1, 0, 0,},
 
 	/* Scumm Version 2 */
-//      {"maniac",      "Maniac Mansion", GID_MANIAC, 2, 0, 0,
-//      GF_SMALL_HEADER | GF_USE_KEY | GF_SMALL_NAMES | GF_16COLOR | GF_OLD_BUNDLE | GF_NO_SCALLING, "MANIACEX.EXE"},
+	{"maniac",      "Maniac Mansion", GID_MANIAC, 2, 0, 0,
+	GF_SMALL_HEADER | GF_USE_KEY | GF_SMALL_NAMES | GF_16COLOR | GF_OLD_BUNDLE | GF_NO_SCALLING, "MANIACEX.EXE"},
 //      {"zak",         "Zak McKracken and the Alien Mindbenders",      GID_ZAK,     2, 0, 0,
 //      GF_SMALL_HEADER | GF_USE_KEY | GF_SMALL_NAMES | GF_16COLOR | GF_OLD_BUNDLE | GF_NO_SCALLING, "ZAKEXE.EXE"},
 //      {"indy3",       "Indiana Jones and the Last Crusade",           GID_INDY3,   2, 0, 0,},

Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gameDetector.h	6 Dec 2002 15:24:13 -0000	1.13
+++ gameDetector.h	12 Dec 2002 16:29:21 -0000	1.14
@@ -49,8 +49,10 @@
 	GID_DIG = 12,
 	GID_MONKEY_VGA = 13,
 	GID_CMI = 14,
-	//GID_MANIAC = 15;
-	//GID_ZAK = 16;
+	GID_MANIAC = 15,
+	GID_ZAK = 16,
+	//GID_MANIAC64 = 17,
+	//GID_ZAK64 = 18,
 
 	/* Simon the Sorcerer */
 	GID_SIMON_FIRST = 20,





More information about the Scummvm-git-logs mailing list