[Scummvm-git-logs] scummvm master -> e7917c5bb71a3032e8b1af0e9b7ee8b1faa7831c
mistydemeo
noreply at scummvm.org
Fri Feb 10 03:05:07 UTC 2023
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:
e7917c5bb7 DIRECTOR: add another game
Commit: e7917c5bb71a3032e8b1af0e9b7ee8b1faa7831c
https://github.com/scummvm/scummvm/commit/e7917c5bb71a3032e8b1af0e9b7ee8b1faa7831c
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2023-02-09T19:00:24-08:00
Commit Message:
DIRECTOR: add another game
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 084cf38f444..fe2b86f374b 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -355,6 +355,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "poohk", "Winnie the Pooh Kindergarten" },
{ "poohp", "Winnie the Pooh Preschool" },
{ "pooht", "Winnie the Pooh Toddler" },
+ { "pothead", "Pothead" },
{ "princessfashion", "Disney's Princess Fashion Boutique" },
{ "puppetmotel", "Puppet Motel" },
{ "pyst", "Pyst" },
@@ -6179,6 +6180,9 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1_l("pinkgear", "", "Go To PINKGEAR", "ff888459bfaa03ad82ec5f7f1eae3de3", 718756, Common::JA_JPN, 501),
WINGAME1_l("pinkgear", "", "GOTOPINK.EXE", "2535f11350bc1f2b7ca2dcc6c0cdddfd", 3592612, Common::JA_JPN, 501),
+ MACGAME1t("pothead", "", "Pothead", "f6458c20ba653e8c3a4d74d43685de1e", 107863, 501),
+ WINGAME1t("pothead", "", "Pothead.exe", "9e57704af0c1dcd2f546e8bdb225f610", 1412033, 501),
+
// Found on Sierra On-Line's MasterCook Cooking Light v4.0 (1996)
// There are no Mac demos on this disc
WINDEMO1t("powerchess", "Demo", "PCHESW95.EXE", "10fd2ee7da83e6d0a703aca0533e5ee9", 1400353, 501),
More information about the Scummvm-git-logs
mailing list