From ff8a0311e37a5c254d2e1d3f895f7b2936319281 Mon Sep 17 00:00:00 2001 From: Matan Bareket Date: Fri, 1 Dec 2017 13:53:03 -0500 Subject: Added MD5 for the German version of Imo and the King --- engines/composer/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines/composer') diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index be00a26e84..dd1ce2751c 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -140,6 +140,20 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV1 }, + // Magic Tales: Imo and the King German - from bug #10199 + { + { + "imoking", + "", + AD_ENTRY1s("book.ini", "5925c6d4bf85d89b17208be4fcace5e8", 3274), + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_ComposerV1 + }, + // Magic Tales: The Little Samurai - from bug #3485018 { { -- cgit v1.2.3