diff options
author | Eugene Sandulenko | 2017-08-22 00:05:46 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-08-22 00:05:46 +0200 |
commit | 05616ca2ee71a0b2d2258dfed5cd3ce614bb7259 (patch) | |
tree | caf2a2a16515dceabaca3d5c36040675e195213c /engines/wage | |
parent | 1fd3d105d3667865767044012d008635e33c4266 (diff) | |
download | scummvm-rg350-05616ca2ee71a0b2d2258dfed5cd3ce614bb7259.tar.gz scummvm-rg350-05616ca2ee71a0b2d2258dfed5cd3ce614bb7259.tar.bz2 scummvm-rg350-05616ca2ee71a0b2d2258dfed5cd3ce614bb7259.zip |
WAGE: Added detection from the alt version of Mormonoids
Diffstat (limited to 'engines/wage')
-rw-r--r-- | engines/wage/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index bde10785df..4c29967f7a 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -109,6 +109,7 @@ static const ADGameDescription gameDescriptions[] = { FANGAME("Minitorian", "c728dfccdca12571e275a4113b3db343", 586464), FANGAME("M'Lord's Warrior", "e0a0622ce2023984e3118141a9688ec5", 465639), // Original file name is "M'Lord's Warrior †" FANGAMEN("Mormonoids from the Deep", "Mormonoids 1.25", "4730d0c47d13401d73353e980f91a304", 645318), + FANGAMEN("Mormonoids from the Deep", "Mormonoids 1.25", "1a7ee052b375f0c0a4c18836c978ce5b", 645333), // Alt version // Unhandled comparison case FANGAME("Mountain of Mayhem", "634211b004371635d191ae0687035501", 750003), // Original file name "Mountain of Mayhem †" // No way to pass through the first screen |