diff options
author | Johannes Schickel | 2010-10-18 23:40:36 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-10-18 23:40:36 +0000 |
commit | f82ee445d33de5d40fa34222080d3d7ffd165768 (patch) | |
tree | 8cdafd8c46ca8c65a968473b3284453a5c46d6b1 /engines | |
parent | 9cbae5252ff249946a6b2ab2c65961dd36b7b098 (diff) | |
download | scummvm-rg350-f82ee445d33de5d40fa34222080d3d7ffd165768.tar.gz scummvm-rg350-f82ee445d33de5d40fa34222080d3d7ffd165768.tar.bz2 scummvm-rg350-f82ee445d33de5d40fa34222080d3d7ffd165768.zip |
LASTEXPRESS: Add md5sums of German TLE.
svn-id: r53596
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lastexpress/detection.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp index 1a0bebc881..46ed25457e 100644 --- a/engines/lastexpress/detection.cpp +++ b/engines/lastexpress/detection.cpp @@ -83,6 +83,22 @@ static const ADGameDescription gameDescriptions[] = { Common::GUIO_NONE }, + // The Last Express (German) + { + "lastexpress", + "", + { + {"HD.HPF", 0, "7cdd70fc0b1555785f1e9e8d371ea85c", 31301632}, + {"CD1.HPF", 0, "6d74cc861d172466bc745ff8bf0e59c5", 522971136}, + {"CD2.HPF", 0, "b71ac9391de415807c74ff078f4fab22", 655702016}, + {"CD3.HPF", 0, "ee55d4310546dd2a38560b096d1c2771", 641144832}, + }, + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + // The Last Express (Spanish) { "lastexpress", |