[Scummvm-git-logs] scummvm branch-2-5 -> 2dd1f938efda339daf8974ad2cce06b3f21747c9
dreammaster
noreply at scummvm.org
Wed Nov 17 04:38:55 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:
2dd1f938ef GLK: ALAN3: Added detection
Commit: 2dd1f938efda339daf8974ad2cce06b3f21747c9
https://github.com/scummvm/scummvm/commit/2dd1f938efda339daf8974ad2cce06b3f21747c9
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-11-16T20:38:46-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