diff options
author | Johannes Schickel | 2006-01-19 23:11:16 +0000 |
---|---|---|
committer | Johannes Schickel | 2006-01-19 23:11:16 +0000 |
commit | 322f47066a166ccba21a57aed8e3d881b63461b6 (patch) | |
tree | 538415bf1f9d84fd67ef2816d360f0dbb9211d42 /kyra | |
parent | ef9c379b4b101f0f3feef685c652b1e531228c31 (diff) | |
download | scummvm-rg350-322f47066a166ccba21a57aed8e3d881b63461b6.tar.gz scummvm-rg350-322f47066a166ccba21a57aed8e3d881b63461b6.tar.bz2 scummvm-rg350-322f47066a166ccba21a57aed8e3d881b63461b6.zip |
Oops forgot to add "The" in the game titles.
svn-id: r20096
Diffstat (limited to 'kyra')
-rw-r--r-- | kyra/kyra.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/kyra/kyra.cpp b/kyra/kyra.cpp index 19ec87bb7f..80231c58ef 100644 --- a/kyra/kyra.cpp +++ b/kyra/kyra.cpp @@ -71,25 +71,25 @@ struct KyraGameSettings { }; static const KyraGameSettings kyra_games[] = { - { "kyra1", "Legend of Kyrandia (English/Floppy)", GI_KYRA1, GF_ENGLISH | GF_FLOPPY, // english floppy 1.0 from Malice + { "kyra1", "The Legend of Kyrandia (English/Floppy)", GI_KYRA1, GF_ENGLISH | GF_FLOPPY, // english floppy 1.0 from Malice "3c244298395520bb62b5edfe41688879", "GEMCUT.EMC" }, - { "kyra1", "Legend of Kyrandia (English/Floppy)", GI_KYRA1, GF_ENGLISH | GF_FLOPPY, + { "kyra1", "The Legend of Kyrandia (English/Floppy)", GI_KYRA1, GF_ENGLISH | GF_FLOPPY, "796e44863dd22fa635b042df1bf16673", "GEMCUT.EMC" }, - { "kyra1", "Legend of Kyrandia (French/Floppy)", GI_KYRA1, GF_FRENCH | GF_FLOPPY, + { "kyra1", "The Legend of Kyrandia (French/Floppy)", GI_KYRA1, GF_FRENCH | GF_FLOPPY, "abf8eb360e79a6c2a837751fbd4d3d24", "GEMCUT.EMC" }, - { "kyra1", "Legend of Kyrandia (German/Floppy)", GI_KYRA1, GF_GERMAN | GF_FLOPPY, + { "kyra1", "The Legend of Kyrandia (German/Floppy)", GI_KYRA1, GF_GERMAN | GF_FLOPPY, "6018e1dfeaca7fe83f8d0b00eb0dd049", "GEMCUT.EMC"}, - { "kyra1", "Legend of Kyrandia (Spanish/Floppy)", GI_KYRA1, GF_SPANISH | GF_FLOPPY, // from VooD + { "kyra1", "The Legend of Kyrandia (Spanish/Floppy)", GI_KYRA1, GF_SPANISH | GF_FLOPPY, // from VooD "8909b41596913b3f5deaf3c9f1017b01", "GEMCUT.EMC"}, - { "kyra1", "Legend of Kyrandia (Spanish/Floppy)", GI_KYRA1, GF_SPANISH | GF_FLOPPY, // floppy 1.8 from clemmy + { "kyra1", "The Legend of Kyrandia (Spanish/Floppy)", GI_KYRA1, GF_SPANISH | GF_FLOPPY, // floppy 1.8 from clemmy "747861d2a9c643c59fdab570df5b9093", "GEMCUT.EMC"}, - { "kyra1", "Legend of Kyrandia (English/CD)", GI_KYRA1, GF_ENGLISH | GF_TALKIE, + { "kyra1", "The Legend of Kyrandia (English/CD)", GI_KYRA1, GF_ENGLISH | GF_TALKIE, "fac399fe62f98671e56a005c5e94e39f", "GEMCUT.PAK" }, - { "kyra1", "Legend of Kyrandia (German/CD)", GI_KYRA1, GF_GERMAN | GF_TALKIE, + { "kyra1", "The Legend of Kyrandia (German/CD)", GI_KYRA1, GF_GERMAN | GF_TALKIE, "230f54e6afc007ab4117159181a1c722", "GEMCUT.PAK" }, - { "kyra1", "Legend of Kyrandia (French/CD)", GI_KYRA1, GF_FRENCH | GF_TALKIE, + { "kyra1", "The Legend of Kyrandia (French/CD)", GI_KYRA1, GF_FRENCH | GF_TALKIE, "b037c41768b652a040360ffa3556fd2a", "GEMCUT.PAK" }, - { "kyra1", "Legend of Kyrandia (Demo)", GI_KYRA1, GF_DEMO | GF_ENGLISH, + { "kyra1", "The Legend of Kyrandia (Demo)", GI_KYRA1, GF_DEMO | GF_ENGLISH, "fb722947d94897512b13b50cc84fd648", "DEMO1.WSA" }, { 0, 0, 0, 0, 0, 0 } }; @@ -106,7 +106,7 @@ struct KyraGameList { }; static const KyraGameList kyra_list[] = { - { "kyra1", "Legend of Kyrandia", 0 }, + { "kyra1", "The Legend of Kyrandia", 0 }, { 0, 0, 0 } }; |