[Scummvm-git-logs] scummvm master -> 8b4d63e4c37962c060c9bd6b539cf3d67ab2d00c
athrxx
athrxx at scummvm.org
Mon Jun 8 18:19:11 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:
8b4d63e4c3 KYRA: (LOL) - improve detection of Spanish fan translation
Commit: 8b4d63e4c37962c060c9bd6b539cf3d67ab2d00c
https://github.com/scummvm/scummvm/commit/8b4d63e4c37962c060c9bd6b539cf3d67ab2d00c
Author: athrxx (athrxx at scummvm.org)
Date: 2020-06-08T20:17:45+02:00
Commit Message:
KYRA: (LOL) - improve detection of Spanish fan translation
(don't rely on files that may be different, depending on the original version that the fan translation patch is applied to)
Changed paths:
engines/kyra/detection_tables.h
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index c10f1bba05..db8863b9b0 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1384,8 +1384,8 @@ const KYRAGameDescription adGameDescs[] = {
"lol",
"CD",
{
- { "GENERAL.PAK", 0, "9e4bab499b7ea9337b91ac29fcba6d13", -1 },
{ "LEVEL01.FRE", 0, "3f5a8856e86b8bc6207becd73426017c", -1 },
+ { "LEVEL02.FRE", 0, "03cf8239fd4b4ead22e6b771af84b036", -1 },
{ 0, 0, 0, 0 }
},
Common::ES_ESP,
More information about the Scummvm-git-logs
mailing list