diff options
author | Ben Castricum | 2012-03-11 09:43:43 +0100 |
---|---|---|
committer | Ben Castricum | 2012-03-11 09:43:43 +0100 |
commit | f57e7e959ae0f52bd1b91cded2bf917d0d384fa4 (patch) | |
tree | 0247963d8b1c254c9d592dd06f58bbe991ef8975 | |
parent | d652719ea656f3c8de9f9f557efdd65f9d352999 (diff) | |
download | scummvm-rg350-f57e7e959ae0f52bd1b91cded2bf917d0d384fa4.tar.gz scummvm-rg350-f57e7e959ae0f52bd1b91cded2bf917d0d384fa4.tar.bz2 scummvm-rg350-f57e7e959ae0f52bd1b91cded2bf917d0d384fa4.zip |
SCUMM: Fix duplicate MD5 warning
-rw-r--r-- | devtools/scumm-md5.txt | 3 | ||||
-rw-r--r-- | engines/scumm/scumm-md5.h | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt index bd22cc89d5..8caf47722a 100644 --- a/devtools/scumm-md5.txt +++ b/devtools/scumm-md5.txt @@ -148,9 +148,8 @@ indy3 Indiana Jones and the Last Crusade loom Loom 4dc780f1bc587a193ce8a97652791438 -1 en Amiga EGA EGA - Antti Leimi, Andrea Petrucci - 39cb9dec16fa16f38d79acd80effb059 -1 fr Amiga EGA EGA same as IT?!? Gerald Vincent + 39cb9dec16fa16f38d79acd80effb059 -1 All Amiga EGA EGA IT and FR Gerald Vincent (IT), Andrea Petrucci (FR) 2fe369ad70f52a8cf7ad6077ee64f81a -1 de Amiga EGA EGA - Norbert Lange - 39cb9dec16fa16f38d79acd80effb059 -1 it Amiga EGA EGA same as FR?!? Andrea Petrucci 48b9f04b348bc5013327753f0d12a144 -1 es Amiga EGA EGA - VooD a0a7dea72003933b8b3f8b99b9f7ddeb -1 en Atari No AdLib EGA - 0e9b01430e31d9fcd94071d433bbc6bf -1 fr Atari No AdLib EGA - diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index 6b6fc23f39..2344bc0497 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 Sun Mar 11 08:35:02 2012 + This file was generated by the md5table tool on Sun Mar 11 08:36:15 2012 DO NOT EDIT MANUALLY! */ @@ -163,8 +163,7 @@ static const MD5Table md5table[] = { { "387a544b8b10b26912d8413bab63a853", "monkey2", "", "Demo", -1, Common::EN_ANY, Common::kPlatformPC }, { "3938ee1aa4433fca9d9308c9891172b1", "indyzak", "FM-TOWNS", "Demo", 7520, Common::EN_ANY, Common::kPlatformFMTowns }, { "399b217b0c8d65d0398076da486363a9", "indy3", "VGA", "VGA", 6295, Common::DE_DEU, Common::kPlatformPC }, - { "39cb9dec16fa16f38d79acd80effb059", "loom", "EGA", "EGA", -1, Common::FR_FRA, Common::kPlatformAmiga }, - { "39cb9dec16fa16f38d79acd80effb059", "loom", "EGA", "EGA", -1, Common::IT_ITA, Common::kPlatformAmiga }, + { "39cb9dec16fa16f38d79acd80effb059", "loom", "EGA", "EGA", -1, Common::UNK_LANG, Common::kPlatformAmiga }, { "39fd6db10d0222d817025c4d3346e3b4", "farm", "", "Demo", -1, Common::EN_ANY, Common::kPlatformMacintosh }, { "3a03dab514e4038df192d8a8de469788", "atlantis", "Floppy", "Floppy", -1, Common::EN_ANY, Common::kPlatformAmiga }, { "3a0c35f3c147b98a2bdf8d400cfc4ab5", "indy3", "FM-TOWNS", "", -1, Common::JA_JPN, Common::kPlatformFMTowns }, |