diff options
author | Travis Howell | 2007-12-27 03:32:15 +0000 |
---|---|---|
committer | Travis Howell | 2007-12-27 03:32:15 +0000 |
commit | 1bafd03a698130c21c222edb0bc011fc39a6e003 (patch) | |
tree | fb6fcbdb702fad00c80ec593b10c180a930e378d | |
parent | 9ada2910f7cab90187c1b01470e2b8d5fab060dc (diff) | |
download | scummvm-rg350-1bafd03a698130c21c222edb0bc011fc39a6e003.tar.gz scummvm-rg350-1bafd03a698130c21c222edb0bc011fc39a6e003.tar.bz2 scummvm-rg350-1bafd03a698130c21c222edb0bc011fc39a6e003.zip |
The HE70 version of Fatty Bear's Birthday Surprise will only work, if DISABLE_HE isn't defined.
svn-id: r30009
-rw-r--r-- | engines/scumm/detection_tables.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index deed2158b5..1d47de29ed 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -245,7 +245,6 @@ static const GameSettings gameVariantsTable[] = { {"brstorm", 0, 0, GID_FBEAR, 6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK}, {"fbear", "HE 61", 0, GID_FBEAR, 6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK}, - {"fbear", "HE 70", 0, GID_FBEAR, 6, 70, MDT_NONE, GF_USE_KEY, Common::kPlatformWindows}, {"puttmoon", "", 0, GID_HEGAME, 6, 61, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK}, @@ -254,6 +253,9 @@ static const GameSettings gameVariantsTable[] = { {"puttputt", "Demo", 0, GID_PUTTDEMO, 6, 60, MDT_ADLIB | MDT_MIDI, GF_USE_KEY, UNK}, #ifndef DISABLE_HE + // Humongous Entertainment Scumm Version 7.0 + {"fbear", "HE 70", 0, GID_FBEAR, 6, 70, MDT_NONE, GF_USE_KEY, Common::kPlatformWindows}, + // HE CUP demos {"", "HE CUP", 0, GID_HECUP, 6, 200, MDT_NONE, 0, UNK}, |