diff options
author | Travis Howell | 2009-04-04 06:01:03 +0000 |
---|---|---|
committer | Travis Howell | 2009-04-04 06:01:03 +0000 |
commit | 6bb7576a459e09ca2723215f2e134db4f01ac7d6 (patch) | |
tree | 258c5b413287d8f17493b00ce19191772810fdf8 /engines | |
parent | d9e91f99c1a5a6802c933fdcfcb67c4b94672ec0 (diff) | |
download | scummvm-rg350-6bb7576a459e09ca2723215f2e134db4f01ac7d6.tar.gz scummvm-rg350-6bb7576a459e09ca2723215f2e134db4f01ac7d6.tar.bz2 scummvm-rg350-6bb7576a459e09ca2723215f2e134db4f01ac7d6.zip |
Update prefix for German version of puttzoo.
svn-id: r39829
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index a765f105fb..44d4f21907 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -771,8 +771,8 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "puttzoo", "puttzoo", kGenHEPC, UNK_LANG, UNK, 0 }, { "puttzoo", "Puttzoo Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "puttzoo", "PuttZoo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, - { "puttzoo", "T\xC3\x96""ffZoo", kGenHEPC, Common::DE_DEU, UNK, 0 }, // UTF-8 encoding - { "puttzoo", "T\xF6""ffZoo", kGenHEPC, Common::DE_DEU, UNK, 0 }, // Windows encoding + { "puttzoo", "T\xC3\x96""FFZOO", kGenHEPC, Common::DE_DEU, UNK, 0 }, // UTF-8 encoding + { "puttzoo", "T\xD6""FFZOO", kGenHEPC, Common::DE_DEU, UNK, 0 }, // Windows encoding { "puttzoo", "T\xC3\xB6""ff-T\xC3\xB6""ff\xE2\x84\xA2 Zoo Demo", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 }, // UTF-8 encoding { "puttzoo", "T\xF6""ff-T""\xF6""ff\x99 Zoo Demo", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 }, // Windows encoding { "puttzoo", "zoodemo", kGenHEPC, UNK_LANG, UNK, 0 }, |