[Scummvm-git-logs] scummvm master -> 0aafff8b87d185fce441ca03422269d78127a5b7

trembyle noreply at scummvm.org
Mon Dec 27 22:40:11 UTC 2021


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:
0aafff8b87 DIRECTOR: Correct language for Better Dead


Commit: 0aafff8b87d185fce441ca03422269d78127a5b7
    https://github.com/scummvm/scummvm/commit/0aafff8b87d185fce441ca03422269d78127a5b7
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2021-12-27T17:38:50-05:00

Commit Message:
DIRECTOR: Correct language for Better Dead

Mac version was incorrectly marked as Japanese. The game was released
in the US and plays entirely in English.

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index dc722a39fa4..949bdc8c202 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2577,8 +2577,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("bemtoybox", "", "xn--ToyBox-hu4e9b90a", "0c7bbb4b24823e5ab871cb4c1d6f3710", 484323, Common::JA_JPN, 404),
 
 	// Original filename is 'BD-J/Demo'
+	// Developed by ART Sector ONE / Richard M. Coombs
+	// ベターデッド ーラティフィケーションー published by NEC Interchannel, Minato, Tokyo (1995)
+	MACGAME1("betterd", "", "Better Dead 12 megs", "17efee018a660458fae80de4364021ac", 486717, 404),
 	MACDEMO1_l("betterd", "Demo", "xn--BD-JDemo-na47b", "17efee018a660458fae80de4364021ac", 487275, Common::JA_JPN, 404),
-	MACGAME1_l("betterd", "", "Better Dead 12 megs", "17efee018a660458fae80de4364021ac", 486717, Common::JA_JPN, 404),
 	WINGAME1_l("betterd", "", "BETTERD.EXE", "e484d23ce2b6750d9e7e4a7b32632f47", 696877, Common::JA_JPN, 404),
 
 	// Demo is from covermount of PC Guide (UK) Feb 1997




More information about the Scummvm-git-logs mailing list