[Scummvm-git-logs] scummvm master -> 8d79b95b1cada5f8f03b850ccc2871e682ad75a2

tag2015 noreply at scummvm.org
Wed Sep 7 20:48:55 UTC 2022


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:
8d79b95b1c DIRECTOR: Add detection for Mission to McDonaldland


Commit: 8d79b95b1cada5f8f03b850ccc2871e682ad75a2
    https://github.com/scummvm/scummvm/commit/8d79b95b1cada5f8f03b850ccc2871e682ad75a2
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-09-07T22:48:26+02:00

Commit Message:
DIRECTOR: Add detection for Mission to McDonaldland

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 0d68439822b..4e4e61713a9 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1312,6 +1312,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "kidtools",			"Kid Tools Series Demo" },
 	{ "learningsystem",		"The Learning System" },
 	{ "maxissampler",		"Maxis CD-ROM Sampler" },
+	{ "mcdonaldland",		"Mission to McDonaldland" },    // Promo game distributed by McDonald's fastfood chain (AU/NZ only)
 	{ "msgfromapple",		"Message from Apple" },
 	{ "newton",				"World of Newton" },
 	{ "origin",				"Origin Systems Product Catalog" },
@@ -6248,6 +6249,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	WINDEMO1("madtg", "1998 Demo", "MTGDSLID.EXE", "b0f3841f6e8005e519445b22de37749b", 1317661, 600),
 
+	WINGAME1t("mcdonaldland", "", "McLand.exe", "f15f57b8b90986d6b34f8bf3a5487dfb", 1501901, 602),
+
 	// Masters of the Elements - English and German (from lotharsm)
 	// Original Dutch game Meesters van Macht released in 1997
 	// Released in Germany as "Meister Zufall und die Herrscher der Elemente"




More information about the Scummvm-git-logs mailing list