[Scummvm-git-logs] scummvm master -> ff8a0311e37a5c254d2e1d3f895f7b2936319281

sev- sev at scummvm.org
Fri Dec 8 08:56:36 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ff8a0311e3 Added MD5 for the German version of Imo and the King


Commit: ff8a0311e37a5c254d2e1d3f895f7b2936319281
    https://github.com/scummvm/scummvm/commit/ff8a0311e37a5c254d2e1d3f895f7b2936319281
Author: Matan Bareket (mataniko at gmail.com)
Date: 2017-12-08T07:56:33Z

Commit Message:
Added MD5 for the German version of Imo and the King

Changed paths:
    engines/composer/detection.cpp


diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index be00a26..dd1ce27 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
 	{
 		{





More information about the Scummvm-git-logs mailing list