[Scummvm-git-logs] scummvm master -> 53ed65bbe469600e4530945f4e02fabeb9b4cafb

dreammaster noreply at scummvm.org
Wed Nov 17 04:38:21 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:
53ed65bbe4 GLK: ALAN3: Added detection


Commit: 53ed65bbe469600e4530945f4e02fabeb9b4cafb
    https://github.com/scummvm/scummvm/commit/53ed65bbe469600e4530945f4e02fabeb9b4cafb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-11-16T20:18:52-08:00

Commit Message:
GLK: ALAN3: Added detection

Changed paths:
    engines/glk/alan3/detection_tables.h


diff --git a/engines/glk/alan3/detection_tables.h b/engines/glk/alan3/detection_tables.h
index 12f9284463..592716aad7 100644
--- a/engines/glk/alan3/detection_tables.h
+++ b/engines/glk/alan3/detection_tables.h
@@ -41,6 +41,7 @@ const PlainGameDescriptor ALAN3_GAME_LIST[] = {
 	{ "tedpaladin", "Ted Paladin And The Case Of The Abandoned House" },
 	{ "thesealedroom", "The Sealed Room" },
 	{ "waldospie", "Waldo's Pie" },
+	{ "wyldkyndproject",  "The Wyldkynd Project" },
 
 	{ nullptr, nullptr }
 };
@@ -57,6 +58,7 @@ const GlkDetectionEntry ALAN3_GAMES[] = {
 	DT_ENTRY0("tedpaladin", "6132d401ea7c05b474e598a37b642bd9", 292486),
 	DT_ENTRY0("thesealedroom", "06a81cb30efff9c63e7f7d3aff554d3d", 306937),
 	DT_ENTRY0("waldospie", "fcd53ac4669f85845c1cbbaad6082724", 511956),
+	DT_ENTRY0("wyldkyndproject", "35b2f168cb78d7df46638dcb583f5e15", 1333195),
 	DT_END_MARKER
 };
 




More information about the Scummvm-git-logs mailing list