diff options
author | Florian Kagerer | 2008-08-14 21:34:29 +0000 |
---|---|---|
committer | Florian Kagerer | 2008-08-14 21:34:29 +0000 |
commit | 3f316681a00108d668867261a93e9ae789aa058f (patch) | |
tree | 37c98b6b00d754591bf7465558820a0b22bd5007 /engines/kyra | |
parent | 8fe533657c4387ffcd0212c7e36aacc4b790cb80 (diff) | |
download | scummvm-rg350-3f316681a00108d668867261a93e9ae789aa058f.tar.gz scummvm-rg350-3f316681a00108d668867261a93e9ae789aa058f.tar.bz2 scummvm-rg350-3f316681a00108d668867261a93e9ae789aa058f.zip |
- HOF: forgot french and german entries in last commit
svn-id: r33875
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/detection.cpp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 08c362404a..f8fd0d6308 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -478,6 +478,30 @@ const KYRAGameDescription adGameDescs[] = { KYRA2_CD_FAN_FLAGS(Common::IT_ITA, Common::EN_ANY) }, + { + { + "kyra2", + "CD", + AD_ENTRY1("FATE.PAK", "39772ff82e42c4c520050518deb82e64"), + Common::DE_DEU, + Common::kPlatformPC, + Common::ADGF_DROPLANGUAGE | Common::ADGF_CD + }, + KYRA2_CD_FAN_FLAGS(Common::IT_ITA, Common::EN_ANY) + }, + + { + { + "kyra2", + "CD", + AD_ENTRY1("FATE.PAK", "39772ff82e42c4c520050518deb82e64"), + Common::FR_FRA, + Common::kPlatformPC, + Common::ADGF_DROPLANGUAGE | Common::ADGF_CD + }, + KYRA2_CD_FAN_FLAGS(Common::IT_ITA, Common::EN_ANY) + }, + { // Interactive Demo { "kyra2", |