[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.193,1.194

Chris Apers chrilith at users.sourceforge.net
Sun Sep 12 09:18:28 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:
Disable these games for now

Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- scumm.cpp	12 Sep 2004 06:09:19 -0000	1.193
+++ scumm.cpp	12 Sep 2004 16:17:14 -0000	1.194
@@ -225,6 +225,7 @@
 	{"fbdemo", "Fatty Bear's Birthday Surprise (DOS Demo)", GID_FBEAR, 6, 60, MDT_ADLIB | MDT_NATIVE,
 	 GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES | GF_MULTIPLE_VERSIONS, 0, 0},
 
+#ifndef __PALM_OS__
 	 /* Note that both full versions of Humongous games and demos were often released for
 	  * several interpreter versions... */
 	// First 640x480 game, hence version 7.1
@@ -364,6 +365,7 @@
 	 GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0},
 	{"Football2002", "Backyard Football 2002 (Demo)", GID_HEGAME, 6, 99, MDT_NONE,
 	 GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0, 0},
+#endif
 	{NULL, NULL, 0, 0, 0, MDT_NONE, 0, 0, 0}
 };
 





More information about the Scummvm-git-logs mailing list