[Scummvm-git-logs] scummvm master -> 95b6e8f50de739a639100fb6898120f905440245

bluegr bluegr at gmail.com
Sun Oct 24 13:13:36 UTC 2021


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:
95b6e8f50d MOHAWK: Add Windows demo of Dr Seuss's ABCs


Commit: 95b6e8f50de739a639100fb6898120f905440245
    https://github.com/scummvm/scummvm/commit/95b6e8f50de739a639100fb6898120f905440245
Author: eientei (log.butt at gmail.com)
Date: 2021-10-24T16:13:33+03:00

Commit Message:
MOHAWK: Add Windows demo of Dr Seuss's ABCs

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index ef766252eb..b686727199 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1059,6 +1059,21 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		{
+			"seussabc",
+			"Demo",
+			AD_ENTRY1("ABC.LB", "aef2c88f4dcc2c3a47ed8093f6e27bc9"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV2,
+		GF_DEMO,
+		0
+	},
+
 	{
 		{
 			"seussabc",




More information about the Scummvm-git-logs mailing list