diff options
author | Eugene Sandulenko | 2016-08-13 18:45:19 +0200 |
---|---|---|
committer | GitHub | 2016-08-13 18:45:19 +0200 |
commit | 6193f40f6b4cb77d77f30fde3fa7e8bb52ecdec4 (patch) | |
tree | ca89fd80a090934b637164005b75260862010dd6 /engines | |
parent | 2092422c5e38a1b45e0845b21a400f0112c43a28 (diff) | |
parent | b9561b420b7f0433df7534ec9fd092e0e3aa28f5 (diff) | |
download | scummvm-rg350-6193f40f6b4cb77d77f30fde3fa7e8bb52ecdec4.tar.gz scummvm-rg350-6193f40f6b4cb77d77f30fde3fa7e8bb52ecdec4.tar.bz2 scummvm-rg350-6193f40f6b4cb77d77f30fde3fa7e8bb52ecdec4.zip |
Merge pull request #803 from BenCastricum/detection_fixes
SCUMM: Detection for dutch airport demo
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/scumm-md5.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index 68e4887b00..81372d0586 100644 --- a/engines/scumm/scumm-md5.h +++ b/engines/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Sat Apr 30 14:24:41 2016 + This file was generated by the md5table tool on Mon Aug 8 18:46:17 2016 DO NOT EDIT MANUALLY! */ @@ -188,6 +188,7 @@ static const MD5Table md5table[] = { { "3b301b7892f883ce42ab4be6a274fea6", "samnmax", "Floppy", "Floppy", -1, Common::EN_ANY, Common::kPlatformDOS }, { "3b832f4a90740bf22e9b8ed42ca0128c", "freddi4", "HE 99", "", -1, Common::EN_GRB, Common::kPlatformUnknown }, { "3c4c471342bd95505a42334367d8f127", "puttmoon", "HE 70", "", 12161, Common::RU_RUS, Common::kPlatformWindows }, + { "3c90d2a39cafa60b8ebce70a34a59a41", "airport", "", "Demo", 51152, Common::NL_NLD, Common::kPlatformWindows }, { "3cce1913a3bc586b51a75c3892ff18dd", "indy3", "VGA", "VGA", -1, Common::RU_RUS, Common::kPlatformDOS }, { "3cf4b6ff78f735b671d8ccc2bc110b15", "maniac", "V2", "V2", -1, Common::ES_ESP, Common::kPlatformAmiga }, { "3d219e7546039543307b55a91282bf18", "funpack", "", "", -1, Common::EN_ANY, Common::kPlatformDOS }, |