[Scummvm-git-logs] scummvm master -> 45cee22a118c52d7a1ae9ce00f1ff4b5ef8097e0

mistydemeo noreply at scummvm.org
Thu Aug 25 23:47:26 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:
45cee22a11 DIRECTOR: add overringunder


Commit: 45cee22a118c52d7a1ae9ce00f1ff4b5ef8097e0
    https://github.com/scummvm/scummvm/commit/45cee22a118c52d7a1ae9ce00f1ff4b5ef8097e0
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-08-25T16:47:17-07:00

Commit Message:
DIRECTOR: add overringunder

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 0e24f7963d3..78bab269614 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -910,6 +910,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "orgotto",			"Orgotto" },
 	{ "osaka1",				"必修大阪弁集中講座I 2010年、標準語は大阪弁になる" }, // Hisshu Osaka-ben shuchu koza (Mandatory Osaka Dialect)
 	{ "osaka2",				"必修大阪弁集中講座II 2015年、東京人の逆襲" },		// Tokyoites Strike Back
+	{ "overringunder",		"Over-Ring-Under"},
 	{ "pantosstory",		"Pantos Story"},
 	{ "pasosuke",			"ぱそすけ"},
 	{ "peaceland",			"PeaceLand" },
@@ -1740,6 +1741,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACDEMO2("msword", "v5 Demo", "Double Click", "e54ec74aeb4355b0acd46320327c1bed", 204030,
 								  "MSWD pt. 1",   "d30e1cae275e7ecfdde92df03a28b309", 249005, 201),
 
+	MACGAME1_l("overringunder", "", "Over-Ring-Under", "9f0bb7ec7720e4f680ee3aa3d22c1c9d", 910381, Common::JA_JPN, 300),
+
 	// Movies called from HyperCard with external MacroMind Player 2.0
 	MACGAME1("spelunx", "v1.2", "Spelunx", "3eb3598b7f6bb09de4dd31aca3683d8f", 371154, 200),
 




More information about the Scummvm-git-logs mailing list