diff options
author | Eugene Sandulenko | 2008-08-10 17:35:42 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-08-10 17:35:42 +0000 |
commit | 327ae17095edb51b2df0ada8cd8eba28463c5127 (patch) | |
tree | 143981206946d7b2479b9b4f67d7e64a82eca98f /engines | |
parent | df12c19dadfeff6c8ae63fc18efbbf3d81c298a7 (diff) | |
download | scummvm-rg350-327ae17095edb51b2df0ada8cd8eba28463c5127.tar.gz scummvm-rg350-327ae17095edb51b2df0ada8cd8eba28463c5127.tar.bz2 scummvm-rg350-327ae17095edb51b2df0ada8cd8eba28463c5127.zip |
Add checksums for ScummVM repacked Italian and Spanish versions.
svn-id: r33761
Diffstat (limited to 'engines')
-rw-r--r-- | engines/drascula/detection.cpp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index a426857fbd..9832d58294 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -195,6 +195,38 @@ static const DrasculaGameDescription gameDescriptions[] = { }, }, + { + // Drascula Spanish version (ScummVM repacked files) + { + "drascula", + 0, + { + {"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563}, + {"packet.004", 0, "a289d3cf80d50f25ec569b653248437e", 17205838}, + {NULL, 0, NULL, 0} + }, + Common::ES_ESP, + Common::kPlatformPC, + GF_PACKED + }, + }, + + { + // Drascula Italian version (ScummVM repacked files) + { + "drascula", + 0, + { + {"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563}, + {"packet.005", 0, "f80e10e37000a2201eabf8dad82c7f64", 16184223}, + {NULL, 0, NULL, 0} + }, + Common::IT_ITA, + Common::kPlatformPC, + GF_PACKED + }, + }, + { AD_TABLE_END_MARKER } }; |