diff options
author | Chris Apers | 2004-09-12 16:17:14 +0000 |
---|---|---|
committer | Chris Apers | 2004-09-12 16:17:14 +0000 |
commit | afface9c37f31a7b4f2cac35e049a9acd5713ff4 (patch) | |
tree | 5e38d3b146906d552d04b9ad748ad87284b0586c | |
parent | 1bea934ba3fa44fed2acb83c0db0354b76efd0c7 (diff) | |
download | scummvm-rg350-afface9c37f31a7b4f2cac35e049a9acd5713ff4.tar.gz scummvm-rg350-afface9c37f31a7b4f2cac35e049a9acd5713ff4.tar.bz2 scummvm-rg350-afface9c37f31a7b4f2cac35e049a9acd5713ff4.zip |
Disable these games for now
svn-id: r15076
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index cb3dc11c84..692957bb89 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -225,6 +225,7 @@ static const ScummGameSettings scumm_settings[] = { {"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 @@ static const ScummGameSettings scumm_settings[] = { 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} }; |