aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2009-01-03 10:03:27 +0000
committerTravis Howell2009-01-03 10:03:27 +0000
commitedd09972c09d84784ba19faf7b036135623f19af (patch)
tree7b5671625c9a99e3c77968817840486ef1b9ec00 /engines
parent1ea42d597fec8af1a4cb156dfbdf9ea27ada4669 (diff)
downloadscummvm-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
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/detection_tables.h6
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},