[Scummvm-cvs-logs] scummvm master -> 489a4598a12f66cb9450b574f874b50578ea00e6

fuzzie fuzzie at fuzzie.org
Tue Feb 15 12:12:13 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:
489a4598a1 MOHAWK: Detect the French version of Rugrats.


Commit: 489a4598a12f66cb9450b574f874b50578ea00e6
    https://github.com/scummvm/scummvm/commit/489a4598a12f66cb9450b574f874b50578ea00e6
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-02-15T03:10:58-08:00

Commit Message:
MOHAWK: Detect the French version of Rugrats.

Thanks to Strangerke.

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index ae37a22..92333f5 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1156,7 +1156,7 @@ static const MohawkGameDescription gameDescriptions[] = {
 		},
 		GType_LIVINGBOOKSV4,
 		0,
-		0,
+		0
 	},
 
 	{
@@ -1171,7 +1171,25 @@ static const MohawkGameDescription gameDescriptions[] = {
 		},
 		GType_LIVINGBOOKSV4,
 		0,
+		0
+	},
+
+	// Rugrats Adventure Game
+	// French Windows
+	// From Strangerke
+	{
+		{
+			"rugrats",
+			"",
+			AD_ENTRY1("outline", "36225e0b4986a80135cfdd9643cc7030"),
+			Common::FR_FRA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV4,
 		0,
+		0
 	},
 
 	{






More information about the Scummvm-git-logs mailing list