aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/detection.cpp
diff options
context:
space:
mode:
authorThierry Crozat2010-10-05 20:11:19 +0000
committerThierry Crozat2010-10-05 20:11:19 +0000
commit77f57cd8f83f07196e25964121d7ad2e489b53fb (patch)
tree2063d311448bf218e72ff5847179c9de342ff1fa /engines/drascula/detection.cpp
parent5af782c5d279b0b3b54ee041bb50c8fec2d35fd3 (diff)
downloadscummvm-rg350-77f57cd8f83f07196e25964121d7ad2e489b53fb.tar.gz
scummvm-rg350-77f57cd8f83f07196e25964121d7ad2e489b53fb.tar.bz2
scummvm-rg350-77f57cd8f83f07196e25964121d7ad2e489b53fb.zip
DRASCULA: Add MD5 for improved French version of the game
svn-id: r53034
Diffstat (limited to 'engines/drascula/detection.cpp')
-rw-r--r--engines/drascula/detection.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp
index c10222cadd..0dafcdc3cd 100644
--- a/engines/drascula/detection.cpp
+++ b/engines/drascula/detection.cpp
@@ -240,6 +240,23 @@ static const DrasculaGameDescription gameDescriptions[] = {
GUIO_NONE
},
},
+
+ {
+ // Drascula French version (ScummVM repacked files)
+ {
+ "drascula",
+ 0,
+ {
+ {"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
+ {"packet.002", 1, "7b83cedb9bb326ed5143e5c459508d43", 722383},
+ {NULL, 0, NULL, 0}
+ },
+ Common::FR_FRA,
+ Common::kPlatformPC,
+ GF_PACKED,
+ GUIO_NONE
+ },
+ },
{ AD_TABLE_END_MARKER }
};