[Scummvm-git-logs] scummvm master -> 3630eafa3a30662773ddcf3c7e7050b9fb43c1ab

athrxx noreply at scummvm.org
Tue Sep 27 15:18:45 UTC 2022


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:
3630eafa3a KYRA: fix bug no. 13283


Commit: 3630eafa3a30662773ddcf3c7e7050b9fb43c1ab
    https://github.com/scummvm/scummvm/commit/3630eafa3a30662773ddcf3c7e7050b9fb43c1ab
Author: athrxx (athrxx at scummvm.org)
Date: 2022-09-27T17:18:30+02:00

Commit Message:
KYRA: fix bug no. 13283

"KYRA: Legend of Kyrandia (CD/DOS/English) also matches (Demo/DOS/English)"

Changed paths:
    engines/kyra/detection_tables.h


diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index cd1b18e4aac..6034f92a635 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -556,7 +556,8 @@ const KYRAGameDescription adGameDescs[] = {
 		{
 			"kyra1",
 			"Demo/CD",
-			AD_ENTRY1("INTRO.VRM", "e3045fb69b8c29db84b8fda3ccbdac54"),
+			AD_ENTRY2s(	"INTRO.VRM",	"e3045fb69b8c29db84b8fda3ccbdac54", 3308968,
+						"TEXT_GER.CPS", "c0aa3396593b7265c41c0acb2251a28f", 9301),
 			Common::EN_ANY,
 			Common::kPlatformDOS,
 			ADGF_DEMO | ADGF_CD,




More information about the Scummvm-git-logs mailing list