diff options
author | Filippos Karapetis | 2013-05-19 08:15:50 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-05-19 08:32:36 +0300 |
commit | 2dce7167b982b5be45355de0ada6a85af853ca59 (patch) | |
tree | e5ebe2e3cad5f51713c94d3f5f774732466c9680 | |
parent | 54990228668c438d3fa5823af704a8edbce6e1f9 (diff) | |
download | scummvm-rg350-2dce7167b982b5be45355de0ada6a85af853ca59.tar.gz scummvm-rg350-2dce7167b982b5be45355de0ada6a85af853ca59.tar.bz2 scummvm-rg350-2dce7167b982b5be45355de0ada6a85af853ca59.zip |
DRASCULA: Add detection entries for updated unpacked French / Italian versions (bug #3612236)
-rw-r--r-- | engines/drascula/detection.cpp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index 8764b82a04..e7ffeffd0c 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -188,6 +188,19 @@ static const DrasculaGameDescription gameDescriptions[] = { }, { + // Drascula French version (updated - bug #3612236) + { + "drascula", + 0, + AD_ENTRY1s("14.ald", "1f9fbded768bee061cc22bc5bdeab540", 611), + Common::FR_FRA, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO0() + }, + }, + + { // Drascula Italian version (original packed version) { "drascula", @@ -199,6 +212,7 @@ static const DrasculaGameDescription gameDescriptions[] = { GUIO0() }, }, + { // Drascula Italian version { @@ -213,6 +227,19 @@ static const DrasculaGameDescription gameDescriptions[] = { }, { + // Drascula Italian version (updated - bug #3612236) + { + "drascula", + 0, + AD_ENTRY1s("14.ald", "ccaee939bb3b344c048f28f9205710d1", 2925), + Common::IT_ITA, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO0() + }, + }, + + { // Drascula Spanish version (ScummVM repacked files) { "drascula", |