From 77f57cd8f83f07196e25964121d7ad2e489b53fb Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Tue, 5 Oct 2010 20:11:19 +0000 Subject: DRASCULA: Add MD5 for improved French version of the game svn-id: r53034 --- engines/drascula/detection.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'engines/drascula/detection.cpp') 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 } }; -- cgit v1.2.3