diff options
author | Eugene Sandulenko | 2016-02-22 18:13:52 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-23 11:18:43 +0100 |
commit | d7b008fa9a418951aaa86153aeeed7f5d3aa5e2c (patch) | |
tree | e379ac96beb488c43e0f8d8186ebff227e373d9a /engines | |
parent | 5fc715acca222b92c7084732b1375781a8539774 (diff) | |
download | scummvm-rg350-d7b008fa9a418951aaa86153aeeed7f5d3aa5e2c.tar.gz scummvm-rg350-d7b008fa9a418951aaa86153aeeed7f5d3aa5e2c.tar.bz2 scummvm-rg350-d7b008fa9a418951aaa86153aeeed7f5d3aa5e2c.zip |
WAGE: Added detection for "3rd Floor" and "Bug Hunt"
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wage/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index 790186fd2f..5d0f48959a 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -27,6 +27,15 @@ namespace Wage { static const ADGameDescription gameDescriptions[] = { { + "wage", + "3rd Floor", + AD_ENTRY1s("3rd Floor", "a107d7a177970b2259e32681bd8b47c9", 285056), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_GENERIC, + GUIO0() + }, + { "afm", "v1.8", AD_ENTRY1s("Another Fine Mess 1.8", "8e5aa915f3253efb2aab52435647b25e", 1456000), @@ -45,6 +54,15 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { + "wage", + "Bug Hunt", + AD_ENTRY1s("Bug Hunt", "2ebd3515a87941063ad66c3cf93c5e78", 200064), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_GENERIC, + GUIO0() + }, + { "cantitoe", "", AD_ENTRY1s("Camp Cantitoe", "098aa5c11c58e1ef274a30a9e01b4755", 621440), |