[Scummvm-git-logs] scummvm master -> 01a434b694c73756b4c31c1a644f1a394dffd0a5

mistydemeo noreply at scummvm.org
Tue Jul 9 00:58:42 UTC 2024


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:
01a434b694 DIRECTOR: llla was mistagged as D5


Commit: 01a434b694c73756b4c31c1a644f1a394dffd0a5
    https://github.com/scummvm/scummvm/commit/01a434b694c73756b4c31c1a644f1a394dffd0a5
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2024-07-08T17:58:31-07:00

Commit Message:
DIRECTOR: llla was mistagged as D5

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index bace0bbc1f8..acd77a96f7f 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -4721,6 +4721,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME1t("lifemysteries", "v1.01", "_SETUP/LGM/LGM.EXE", "c9ffbacdc78482eeaf644730a2fedc15", 1024075, 404),
 	WINGAME1t("lifemysteries", "Demo", "LGMDEM.EXE", "dd13662fa71a413c2ba9228ea73e5448", 5539283, 404),
 
+	// Bilingual English/Japanese
+	MACGAME1("llla", "",	  "LLLA",	 "f808a9f231b77617fa559cf9d2da66c1", 304804, 404),
+	WINGAME1("llla", "",	  "LLLA_PC.EXE",	 "3646e2d759d305f25dc7b65970e1024e", 603678, 404),
+
 	// full game is DOS only, not Director
 	MACDEMO1("lion", "Demo", "Lion Demo", "01be45e7241194dad07938e7059b88e3", 484284, 400),
 
@@ -6547,10 +6551,6 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("keroncuel", "", "keron folder/KERONCUEL", "8f4da7096fa8725ad3ed3153811c9e38", 719664, Common::JA_JPN, 501),
 	WINGAME1t_l("keroncuel", "", "KERONFOL/KERONCUE.EXE", "4bf5fa422a92233d03280dfb30df4ed9", 1418708, Common::JA_JPN, 501),
 
-	// Bilingual English/Japanese
-	MACGAME1("llla", "",	  "LLLA",	 "f808a9f231b77617fa559cf9d2da66c1", 304804, 501),
-	WINGAME1("llla", "",	  "LLLA_PC.EXE",	 "3646e2d759d305f25dc7b65970e1024e", 603678, 501),
-
 	// Requires installation
 	// Windows files in DATA.1 (renamed InstallShield v3 archive)
 	// Mac files in Life in the Universe Installer




More information about the Scummvm-git-logs mailing list