[Scummvm-git-logs] scummvm master -> 495eb1d1883221d547e779044d6bd5ce7cf394cd
sev-
sev at scummvm.org
Sun Aug 2 07:52:20 UTC 2020
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:
495eb1d188 DIRECTOR: Fixed lzone-mac detection entry
Commit: 495eb1d1883221d547e779044d6bd5ce7cf394cd
https://github.com/scummvm/scummvm/commit/495eb1d1883221d547e779044d6bd5ce7cf394cd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-02T09:51:43+02:00
Commit Message:
DIRECTOR: Fixed lzone-mac detection entry
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 465c2a34fe..519d63ab00 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -153,7 +153,7 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME("kyoto", "v1.01", "Cosmology of KYOTO", "f5277c53bacd27936158dd3867e587e2", 392505, 3),
- MACGAME("lzone", "", "L-ZONE", "276bee761e48a6fd709df77d5c2f60dd", 395344, 3),
+ MACGAME("lzone", "", "L-ZONE", "f5277c53bacd27936158dd3867e587e2", 392484, 3),
{
{
"lzone", "",
More information about the Scummvm-git-logs
mailing list