[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.42,1.43

Jonathan Gray khalek at users.sourceforge.net
Fri Dec 6 06:46:02 CET 2002


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

Modified Files:
	gameDetector.cpp 
Log Message:
add mi2demo to gamelist, fails to play back recorded sequence currently. Get it here http://www.scummbar.com/resources/downloads/demos/mi2demo.zip

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- gameDetector.cpp	4 Dec 2002 22:31:01 -0000	1.42
+++ gameDetector.cpp	6 Dec 2002 14:45:00 -0000	1.43
@@ -469,6 +469,8 @@
 	 GF_USE_KEY | GF_AUDIOTRACKS | GF_ADLIB_DEFAULT},
 	{"monkey2", "Monkey Island 2: LeChuck's revenge", GID_MONKEY2, 5, 2, 2,
 	 GF_USE_KEY | GF_ADLIB_DEFAULT},
+	{"mi2demo", "Monkey Island 2: LeChuck's revenge (Demo)", GID_MONKEY2, 5, 2, 2,
+	 GF_USE_KEY | GF_ADLIB_DEFAULT},
 	{"atlantis", "Indiana Jones and the Fate of Atlantis", GID_INDY4, 5, 5, 0,
 	 GF_USE_KEY | GF_ADLIB_DEFAULT},
 	{"playfate", "Indiana Jones and the Fate of Atlantis (Demo)", GID_INDY4, 5, 5, 0,





More information about the Scummvm-git-logs mailing list