From 9db243f45b20d1bdafc75fb9613e75ba9d48ebd6 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 19 Apr 2021 01:56:22 +0200 Subject: [PATCH] MADE: Added detection for unsupported Manhole version. Bugreport #5855 --- engines/made/detection_tables.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/engines/made/detection_tables.h b/engines/made/detection_tables.h index fe7027e0f0e..4a74c4d8d71 100644 --- a/engines/made/detection_tables.h +++ b/engines/made/detection_tables.h @@ -397,6 +397,23 @@ static const MadeGameDescription gameDescriptions[] = { 2, }, + // Bugreport #5855 + { + { + "manhole", + _s("The game is using unsupported engine"), + AD_ENTRY1s("manhole.dat", "df77ad5232757d7149342fb6471de4ed", 99317), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_UNSUPPORTED, + GUIO1(GUIO_NOSPEECH) + }, + GID_MANHOLE, + 0, + GF_CD, + 2, + }, + { // The Manhole: New and Enhanced {