[Scummvm-git-logs] scummvm master -> 3e9c1f80604563a02947f5615959325fe0a23f52
sev-
sev at scummvm.org
Sat Oct 23 09:11:47 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:
3e9c1f8060 DIRECTOR: Comment out detection entry with bad punycode
Commit: 3e9c1f80604563a02947f5615959325fe0a23f52
https://github.com/scummvm/scummvm/commit/3e9c1f80604563a02947f5615959325fe0a23f52
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-23T12:11:42+03:00
Commit Message:
DIRECTOR: Comment out detection entry with bad punycode
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index d5b6ac497d..e665ac539e 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2749,7 +2749,7 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1_l("jman2", "", "Buried in Time PowerPC", "71287376e445ab9c98f0d150bb0ed175", 86324, Common::DE_DEU, 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", "06/22/94 Demo 2", "xn--Buried in Time Demo-yp97h", "cdb27c916044ae4dceb4b7326063fa03", 329851, 400),
+ //MACDEMO1("jman2", "06/22/94 Demo 2", "xn--Buried in Time Demo-yp97h", "cdb27c916044ae4dceb4b7326063fa03", 329851, 400),
MACDEMO1("jman2", "06/22/94 Demo 2", "xn--Buried in Time Demo-eo0l", "cdb27c916044ae4dceb4b7326063fa03", 329851, 400),
MACDEMO1("jman2", "Final Demo", "Buried in Time Demo", "cc3321069072b90f091f220bba16e4d4", 292731, 400),
MACDEMO1("jman2", "Gallery", "BIT Gallery", "01be45e7241194dad07938e7059b88e3", 484284, 400),
More information about the Scummvm-git-logs
mailing list