[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.422,1.423

Max Horn fingolfin at users.sourceforge.net
Sun Apr 10 09:54:33 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27907

Modified Files:
	scumm.cpp 
Log Message:
Add a comment which clarifies that monkeyVGA and loomCD are V5 games, but we still set _version=4 for them, because it is convenient

Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -d -r1.422 -r1.423
--- scumm.cpp	10 Apr 2005 12:59:15 -0000	1.422
+++ scumm.cpp	10 Apr 2005 16:54:16 -0000	1.423
@@ -128,11 +128,14 @@
 	{"pass", "Passport to Adventure", GID_PASS, 4, 0, 13, MDT_PCSPK | MDT_ADLIB,
 	 GF_SMALL_HEADER | GF_USE_KEY | GF_16COLOR, 0, 0},
 
-	/* Scumm version 5 */
+	/* Scumm version 5, small header -- we treat these as V4 games, since internally
+	   they really are much closer to the V4 games than to all other V5 games. */
 	{"monkeyVGA", "Monkey Island 1 (256 color Floppy version)", GID_MONKEY_VGA, 4, 0, 13, MDT_PCSPK | MDT_ADLIB | MDT_NATIVE,
 	 GF_SMALL_HEADER | GF_USE_KEY, 0, 0},
 	{"loomcd", "Loom (256 color CD version)", GID_LOOM256, 4, 0, 13, MDT_NONE,
 	 GF_SMALL_HEADER | GF_USE_KEY | GF_AUDIOTRACKS, 0, 0},
+
+	/* Scumm version 5 */
 	{"monkey", "Monkey Island 1", GID_MONKEY, 5, 0, 13, /*MDT_PCSPK |*/ MDT_ADLIB,
 	 GF_USE_KEY | GF_AUDIOTRACKS, 0, 0},
 	{"monkey1", "Monkey Island 1 (alt)", GID_MONKEY, 5, 0, 13, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE,





More information about the Scummvm-git-logs mailing list