[Scummvm-cvs-logs] scummvm master -> 8a22c2d65e198e01b91360fe9e2d979c7d5b3c64

clone2727 clone2727 at gmail.com
Tue Dec 20 01:07:25 CET 2011


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:
8a22c2d65e MOHAWK: Add another lilmonster demo


Commit: 8a22c2d65e198e01b91360fe9e2d979c7d5b3c64
    https://github.com/scummvm/scummvm/commit/8a22c2d65e198e01b91360fe9e2d979c7d5b3c64
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-12-19T16:06:57-08:00

Commit Message:
MOHAWK: Add another lilmonster demo

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 998c2ef..2b1b287 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1970,6 +1970,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		"MONSTER.EXE"
 	},
 
+	// From GeorgeQGreg
+	{
+		{
+			"lilmonster",
+			"Demo",
+			AD_ENTRY1("MONSTER.512", "f603f04c1824d1034ec0366416a059c9"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV1,
+		GF_DEMO,
+		"MONSTER.EXE"
+	},
+
 	{
 		{
 			"catinthehat",






More information about the Scummvm-git-logs mailing list