[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.418,2.419

Jonathan Gray khalek at users.sourceforge.net
Fri Oct 3 18:12:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv10669

Modified Files:
	scummvm.cpp 
Log Message:
add indy4 towns target, untested but if the demo is any indication I don't see why it wouldn't work

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.418
retrieving revision 2.419
diff -u -d -r2.418 -r2.419
--- scummvm.cpp	4 Oct 2003 00:47:23 -0000	2.418
+++ scummvm.cpp	4 Oct 2003 01:09:55 -0000	2.419
@@ -126,6 +126,8 @@
 	 GF_USE_KEY, 0},
 	{"indydemo", "Indiana Jones and the Fate of Atlantis (FM Towns Demo)", GID_INDY4, 5, MDT_ADLIB | MDT_NATIVE,
 	 GF_USE_KEY, 0},
+	{"indy", "Indiana Jones and the Fate of Atlantis (FM Towns)", GID_INDY4, 5, MDT_ADLIB | MDT_NATIVE,
+	 GF_USE_KEY, 0},
 	{"atlantis", "Indiana Jones and the Fate of Atlantis", GID_INDY4, 5, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE,
 	 GF_USE_KEY, 0},
 	{"playfate", "Indiana Jones and the Fate of Atlantis (Demo)", GID_INDY4, 5, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE,





More information about the Scummvm-git-logs mailing list