[Scummvm-git-logs] scummvm master -> 1c439e3add0bd84eb27ea7ced3d3aaf8176d4689

sev- sev at scummvm.org
Sun Oct 17 19:25:37 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:
1c439e3add DIRECTOR: Truly disable incorrect detection entry


Commit: 1c439e3add0bd84eb27ea7ced3d3aaf8176d4689
    https://github.com/scummvm/scummvm/commit/1c439e3add0bd84eb27ea7ced3d3aaf8176d4689
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-17T22:25:04+03:00

Commit Message:
DIRECTOR: Truly disable incorrect detection entry

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 124f7d81f8..c75408a090 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2741,7 +2741,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// Original Japanese demo filename is Buried in Timeâ„¢ Demo
 	MACGAME1("jman2", "", "Buried in Time PowerPC", "71287376e445ab9c98f0d150bb0ed175", 80334, 400),
 	MACGAME1_l("jman2", "", "Buried in Time PowerPC", "71287376e445ab9c98f0d150bb0ed175", 86324, Common::DE_DEU, 400),
-	MACDEMO1_l("jman2", "Demo", "xn--Buried in Time Demo-yp97h", "cdb27c916044ae4dceb4b7326063fa03", 329851, Common::JA_JPN, 400),
+	//MACDEMO1_l("jman2", "Demo", "xn--Buried in Time Demo-yp97h", "cdb27c916044ae4dceb4b7326063fa03", 329851, Common::JA_JPN, 400),
 	MACDEMO1("jman2", "Demo", "Buried in Time Demo", "1ae45c23586b41997ba52e2e7c771c4c", 437743, 400),
 	MACDEMO1("jman2", "06/22/94 Demo", "Buried in Time Demo", "cdb27c916044ae4dceb4b7326063fa03", 328895, 400),
 	MACDEMO1("jman2", "Final Demo", "Buried in Time Demo", "cc3321069072b90f091f220bba16e4d4", 292731, 400),




More information about the Scummvm-git-logs mailing list