diff options
author | Fabio Battaglia | 2009-07-10 22:13:27 +0000 |
---|---|---|
committer | Fabio Battaglia | 2009-07-10 22:13:27 +0000 |
commit | 1f24fe43a237f606f801d7ae97effef957463eb4 (patch) | |
tree | 01ca890da46e82cccfae2b5490626c7e263c8920 | |
parent | c73e42154fa0251a85243c29ba0b3d46a13496ff (diff) | |
download | scummvm-rg350-1f24fe43a237f606f801d7ae97effef957463eb4.tar.gz scummvm-rg350-1f24fe43a237f606f801d7ae97effef957463eb4.tar.bz2 scummvm-rg350-1f24fe43a237f606f801d7ae97effef957463eb4.zip |
tinsel: proper detection entry for Discworld 1 Italian only CD
svn-id: r42356
-rw-r--r-- | engines/tinsel/detection.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index 3ca8adf30d..a3f921505a 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -163,6 +163,28 @@ static const TinselGameDescription gameDescriptions[] = { TINSEL_V1, }, + { // Italian CD with english speech and *.gra files. + // Note: It contains only italian subtitles, but inside english.txt + { + "dw", + "CD", + { + {"dw.gra", 0, "c8808ccd988d603dd35dff42013ae7fd", 781656}, + {"english.txt", 0, "15f0703f85477d7fab4280bf938b61c1", 237774}, + {"english.smp", 0, NULL, -1}, + {NULL, 0, NULL, 0} + }, + Common::IT_ITA, + Common::kPlatformPC, + ADGF_DROPLANGUAGE, + GUIO_NONE + }, + GID_DW1, + 0, + GF_CD | GF_USE_4FLAGS | GF_ENHANCED_AUDIO_SUPPORT, + TINSEL_V1, + }, + { // Multilingual CD with english speech and *.gra files. // Note: It contains no english subtitles. { @@ -187,6 +209,7 @@ static const TinselGameDescription gameDescriptions[] = { GF_CD | GF_USE_4FLAGS | GF_ENHANCED_AUDIO_SUPPORT, TINSEL_V1, }, + { { "dw", |