diff options
author | Travis Howell | 2009-01-03 10:03:27 +0000 |
---|---|---|
committer | Travis Howell | 2009-01-03 10:03:27 +0000 |
commit | edd09972c09d84784ba19faf7b036135623f19af (patch) | |
tree | 7b5671625c9a99e3c77968817840486ef1b9ec00 | |
parent | 1ea42d597fec8af1a4cb156dfbdf9ea27ada4669 (diff) | |
download | scummvm-rg350-edd09972c09d84784ba19faf7b036135623f19af.tar.gz scummvm-rg350-edd09972c09d84784ba19faf7b036135623f19af.tar.bz2 scummvm-rg350-edd09972c09d84784ba19faf7b036135623f19af.zip |
Remove the prefix in subtitles of later Blue's Clues games.
svn-id: r35692
-rw-r--r-- | engines/scumm/detection_tables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 69cfbcfbd4..9981f23cd7 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -350,9 +350,9 @@ static const GameSettings gameVariantsTable[] = { {"pjgames", 0, 0, GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_HE_NOSUBTITLES | GF_HE_LOCALIZED | GF_16BIT_COLOR, UNK}, // Uses smacker in external files, for testing only - {"arttime", 0, 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_16BIT_COLOR, UNK}, - {"readtime", 0, 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_16BIT_COLOR, UNK}, - {"BluesTreasureHunt", 0, 0, GID_TREASUREHUNT, 6, 99, MDT_NONE, GF_USE_KEY, UNK}, + {"arttime", 0, 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_HE_LOCALIZED | GF_16BIT_COLOR, UNK}, + {"readtime", 0, 0, GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_HE_LOCALIZED | GF_16BIT_COLOR, UNK}, + {"BluesTreasureHunt", 0, 0, GID_TREASUREHUNT, 6, 99, MDT_NONE, GF_HE_LOCALIZED | GF_USE_KEY, UNK}, // Uses bink in external files for logos {"Baseball2003", 0, 0, GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_16BIT_COLOR, UNK}, |