diff options
| author | Florian Kagerer | 2008-08-14 21:21:04 +0000 |
|---|---|---|
| committer | Florian Kagerer | 2008-08-14 21:21:04 +0000 |
| commit | 8fe533657c4387ffcd0212c7e36aacc4b790cb80 (patch) | |
| tree | cbb3309566fb1afae14c794d29bf72f8e6409ff2 | |
| parent | c2c2e940d0fc3960529e757195190568adb34580 (diff) | |
| download | scummvm-rg350-8fe533657c4387ffcd0212c7e36aacc4b790cb80.tar.gz scummvm-rg350-8fe533657c4387ffcd0212c7e36aacc4b790cb80.tar.bz2 scummvm-rg350-8fe533657c4387ffcd0212c7e36aacc4b790cb80.zip | |
- HOF: another Italian fan translation
svn-id: r33873
| -rw-r--r-- | engines/kyra/detection.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 0ae289e09d..08c362404a 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -466,6 +466,18 @@ const KYRAGameDescription adGameDescs[] = { KYRA2_CD_FAN_FLAGS(Common::IT_ITA, Common::EN_ANY) }, + { + { + "kyra2", + "CD", + AD_ENTRY1("FATE.PAK", "39772ff82e42c4c520050518deb82e64"), + Common::IT_ITA, + Common::kPlatformPC, + Common::ADGF_DROPLANGUAGE | Common::ADGF_CD + }, + KYRA2_CD_FAN_FLAGS(Common::IT_ITA, Common::EN_ANY) + }, + { // Interactive Demo { "kyra2", |
