diff options
-rw-r--r-- | engines/mohawk/detection_tables.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index b2c15cc4ed..74b02ac8df 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1605,6 +1605,23 @@ static const MohawkGameDescription gameDescriptions[] = { "Living Books Player" }, + // Arthur Birthday (English) Version 2.0 Windows(R) August 8, 1997 + // From jacecen in bug #3413119 + { + { + "arthurbday", + "", + AD_ENTRY1("Outline", "3b793adf2b303722e0fb6c632f94e1fb"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV3, + 0, + "Living Books Player" + }, + { { "arthurbday", |