[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.75,1.76

Jonathan Gray khalek at users.sourceforge.net
Thu Feb 27 02:11:09 CET 2003


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

Modified Files:
	gameDetector.cpp 
Log Message:
move comi to be up near the other scumm games

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- gameDetector.cpp	26 Feb 2003 22:38:49 -0000	1.75
+++ gameDetector.cpp	27 Feb 2003 10:10:28 -0000	1.76
@@ -162,6 +162,10 @@
 	{"dig", "The Dig", GID_DIG, 7, 5, 0,
 	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_AFTER_V7 | GF_NEW_COSTUMES, 0},
 
+	/* Scumm Version 8 */
+	{"comi", "The Curse of Monkey Island", GID_CMI, 8, 1, 0,
+	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_AFTER_V7 | GF_AFTER_V8 | GF_NEW_COSTUMES, 0},
+
 	/* Simon the Sorcerer 1 & 2 (not SCUMM games) */
 	{"simon1dos", "Simon the Sorcerer 1 for DOS", GID_SIMON_FIRST+0, 99, 99, 99, 0, "GAMEPC"},
 	{"simon1amiga", "Simon the Sorcerer 1 for Amiga", GID_SIMON_FIRST+32, 99, 99, 99, 0, "gameamiga"},
@@ -178,11 +182,6 @@
 	{"simon1demo", "Simon the Sorcerer 1 for DOS (Demo)", GID_SIMON_FIRST+8, 99, 99, 99, 0, "GDEMO"}, 
 	{"simon2demo", "Simon the Sorcerer 2 Talkie for DOS (Demo)", GID_SIMON_FIRST+5, 99, 99, 99, 0, "GSPTR30"}, 
 
-
-	/* Scumm Version 8 */
-	{"comi", "The Curse of Monkey Island", GID_CMI, 8, 1, 0,
-	 GF_NEW_OPCODES | GF_AFTER_V6 | GF_AFTER_V7 | GF_AFTER_V8 | GF_NEW_COSTUMES, 0},
-
 	{NULL, NULL, 0, 0, 0, 0, 0, NULL}
 };
 
@@ -427,6 +426,8 @@
 					goto ShowHelpAndExit;
 				g_config->set("gfx_mode", option, "scummvm");
 				break;
+			// case 'h': reserved for help
+			// case 'j': reserved for joystick select
 			case 'l':
 				HANDLE_OPTION();
 				{





More information about the Scummvm-git-logs mailing list