diff options
author | Eugene Sandulenko | 2008-06-02 18:28:55 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-06-02 18:28:55 +0000 |
commit | 72e3cee9d41dcf70508b596700018d35f2f490a2 (patch) | |
tree | 676e3ac36c047c85b29e495f3e4297e316f36061 /engines/drascula | |
parent | 251467a0130ff3e7bd0472b46459d788959e811b (diff) | |
download | scummvm-rg350-72e3cee9d41dcf70508b596700018d35f2f490a2.tar.gz scummvm-rg350-72e3cee9d41dcf70508b596700018d35f2f490a2.tar.bz2 scummvm-rg350-72e3cee9d41dcf70508b596700018d35f2f490a2.zip |
Add detection for original unpacked Spanish and Italian versions.
svn-id: r32499
Diffstat (limited to 'engines/drascula')
-rw-r--r-- | engines/drascula/detection.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index 06c3c88d49..754c782bb1 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -131,6 +131,19 @@ static const DrasculaGameDescription gameDescriptions[] = { }, { + // Drascula Spanish version (original packed version) + { + "drascula", + 0, + AD_ENTRY1s("packet.001", "3c971aba65a037d29d0b479cad6f5943", 31702652), + Common::ES_ESP, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GF_PACKED, + }, + + { // Drascula Spanish version { "drascula", @@ -170,6 +183,18 @@ static const DrasculaGameDescription gameDescriptions[] = { }, { + // Drascula Italian version (original packed version) + { + "drascula", + 0, + AD_ENTRY1s("packet.001", "0253e924af223f5fe52537023385159b", 32564209), + Common::IT_ITA, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GF_PACKED, + }, + { // Drascula Italian version { "drascula", |