[Scummvm-git-logs] scummvm master -> f2438746e39281feada9e4ed5ba9ae7fe2210ba9

tag2015 noreply at scummvm.org
Mon Oct 31 22:49:32 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:
f2438746e3 DIRECTOR: Fix two missing titles in detection tables


Commit: f2438746e39281feada9e4ed5ba9ae7fe2210ba9
    https://github.com/scummvm/scummvm/commit/f2438746e39281feada9e4ed5ba9ae7fe2210ba9
Author: Walter Agazzi (tag2015 at gmail.com)
Date: 2022-10-31T23:46:08+01:00

Commit Message:
DIRECTOR: Fix two missing titles in detection tables

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 46ceaa89e12..4c67a63769c 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1402,6 +1402,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "leopardspots",		"How the Leopard Got His Spots" },
 	{ "lion",				"Lion" },
 	{ "lotus123",			"Lotus 1-2-3" },
+	{ "macbasics",			"Macintosh Basics" },
 	{ "macos8",				"Mac OS 8" },
 	{ "macportable",		"Your Apple Tour of the Macintosh Portable" },
 	{ "mathblasterjr",		"Math Blaster Jr." },
@@ -1410,6 +1411,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "meetingmaker",		"Meeting Maker" },
 	{ "mindbrain",			"The Lost Mind of Dr. Brain" },
 	{ "mothergoosehires",	"Mixed-Up Mother Goose Deluxe" },
+	{ "mousebasics",		"Mouse Basics" },
 	{ "msaccess",			"Microsoft Access" },
 	{ "msarcade",			"Microsoft Arcade" },
 	{ "msartgallery",		"Microsoft Art Gallery" },




More information about the Scummvm-git-logs mailing list