aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/plugin.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-05-04 11:19:48 +0000
committerJohannes Schickel2006-05-04 11:19:48 +0000
commit40189ab7e6aa58a24b3c4efa6099c4ef3ebf7047 (patch)
tree88fda8200b8f946c232c142867a125d931a12323 /engines/kyra/plugin.cpp
parenta33997a3e9e148ac60d964a24113ccc0618e93c5 (diff)
downloadscummvm-rg350-40189ab7e6aa58a24b3c4efa6099c4ef3ebf7047.tar.gz
scummvm-rg350-40189ab7e6aa58a24b3c4efa6099c4ef3ebf7047.tar.bz2
scummvm-rg350-40189ab7e6aa58a24b3c4efa6099c4ef3ebf7047.zip
Adds (partial) support for italian floppy. (still hardcoded strings are missing) (Bug # 1409244 ("KYRA: GFX problems with ITALIAN floppy")).
svn-id: r22333
Diffstat (limited to 'engines/kyra/plugin.cpp')
-rw-r--r--engines/kyra/plugin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/kyra/plugin.cpp b/engines/kyra/plugin.cpp
index e906eeb608..2941adfe5a 100644
--- a/engines/kyra/plugin.cpp
+++ b/engines/kyra/plugin.cpp
@@ -71,6 +71,8 @@ const GameSettings kyra1_games[] = {
"8909b41596913b3f5deaf3c9f1017b01", "GEMCUT.EMC"},
{ "kyra1", "The Legend of Kyrandia", GI_KYRA1, GF_SPANISH | GF_FLOPPY, // floppy 1.8 from clemmy
"747861d2a9c643c59fdab570df5b9093", "GEMCUT.EMC"},
+ { "kyra1", "The Legend of Kyrandia", GI_KYRA1, GF_ITALIAN | GF_FLOPPY, // from gourry
+ "ef08c8c237ee1473fd52578303fc36df", "GEMCUT.EMC" },
//{ "kyra1", "The Legend of Kyrandia", GI_KYRA1, GF_AMIGA | GF_FLOPPY | GF_ENGLISH,
// "2bd1da653eaefd691e050e4a9eb68a64", "GEMCUT.PAK" },
{ "kyra1", "The Legend of Kyrandia", GI_KYRA1, GF_ENGLISH | GF_TALKIE,
@@ -110,6 +112,7 @@ const Kyra1LanguageTable kyra1_languages[] = {
{ "MAIN_FRE.CPS", GF_FRENCH, Common::FR_FRA },
{ "MAIN_GER.CPS", GF_GERMAN, Common::DE_DEU },
{ "MAIN_SPA.CPS", GF_SPANISH, Common::ES_ESP },
+ { "MAIN_ITA.CPS", GF_ITALIAN, Common::IT_ITA },
{ 0, 0, Common::UNK_LANG }
};