[Scummvm-git-logs] scummvm master -> 6a1dcbb64469bacdacb33c1307d56e8627f9bfd1

mistydemeo noreply at scummvm.org
Thu Aug 25 23:49:24 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:
6a1dcbb644 DIRECTOR: move overringunder with D3


Commit: 6a1dcbb64469bacdacb33c1307d56e8627f9bfd1
    https://github.com/scummvm/scummvm/commit/6a1dcbb64469bacdacb33c1307d56e8627f9bfd1
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-08-25T16:49:18-07:00

Commit Message:
DIRECTOR: move overringunder with D3

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 78bab269614..ee94c15db66 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1741,8 +1741,6 @@ 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),
 
@@ -4193,6 +4191,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1("oslotg", "", "OSLO's T&G", "ef59432e7b24df951cb7096cfd45d168", 307427, 400),
 	WINGAME1("oslotg", "", "OSLOTG.EXE", "c4be18eb4f16e3e21df22d0703866900", 995939, 400),
 
+	MACGAME1_l("overringunder", "", "Over-Ring-Under", "9f0bb7ec7720e4f680ee3aa3d22c1c9d", 910381, Common::JA_JPN, 300),
+
 	WINGAME1("painters", "", "PAINTERS.EXE", "3cba94b585493ef5f22d0d650b6eb7fd", 895727, 404),
 	MACGAME1("painters", "", "Painters Painting", "0a81aee4106eec4ffc0cc564a7c15a23", 288774, 404),
 




More information about the Scummvm-git-logs mailing list