mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
WAGE: Added detection for "3rd Floor" and "Bug Hunt"
This commit is contained in:
@@ -26,6 +26,15 @@ namespace Wage {
|
||||
#define ADGF_GENERIC (ADGF_DROPLANGUAGE|ADGF_DROPPLATFORM|ADGF_USEEXTRAASTITLE)
|
||||
|
||||
static const ADGameDescription gameDescriptions[] = {
|
||||
{
|
||||
"wage",
|
||||
"3rd Floor",
|
||||
AD_ENTRY1s("3rd Floor", "a107d7a177970b2259e32681bd8b47c9", 285056),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_GENERIC,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"afm",
|
||||
"v1.8",
|
||||
@@ -44,6 +53,15 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
ADGF_DEFAULT,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"wage",
|
||||
"Bug Hunt",
|
||||
AD_ENTRY1s("Bug Hunt", "2ebd3515a87941063ad66c3cf93c5e78", 200064),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_GENERIC,
|
||||
GUIO0()
|
||||
},
|
||||
{
|
||||
"cantitoe",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user