[Scummvm-git-logs] scummvm master -> bbb0effda834ae88cdbd52533b70bad2f5d0d465

sev- sev at scummvm.org
Mon Jan 20 00:33:59 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:
bbb0effda8 SCI: Added md5 for the latest Russian LoL


Commit: bbb0effda834ae88cdbd52533b70bad2f5d0d465
    https://github.com/scummvm/scummvm/commit/bbb0effda834ae88cdbd52533b70bad2f5d0d465
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-20T01:33:39+01:00

Commit Message:
SCI: Added md5 for the latest Russian LoL

Changed paths:
    engines/kyra/detection_tables.h


diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index a8584e0..2f7f248 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1158,7 +1158,25 @@ const KYRAGameDescription adGameDescs[] = {
 				{ "L01.PAK", 0, "d9b9644b709de55f990d5ef73e0f6d44", -1 },
 				{ 0, 0, 0, 0 }
 			},
-			Common::EN_ANY,
+			Common::RU_RUS,
+			Common::kPlatformDOS,
+			ADGF_DROPLANGUAGE | ADGF_CD,
+			GUIO7(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS)
+		},
+		LOL_CD_FAN_FLAGS(Common::RU_RUS, Common::DE_DEU)
+	},
+
+	// Russian fan translation. Version 24.02.2019
+	{
+		{
+			"lol",
+			"CD",
+			{
+				{ "GENERAL.PAK", 0, "19354b0f464295c38c801d30588df062", -1 },
+				{ "L01.PAK", 0, "8aa1860a3e9f84c6f11118a0181bcfaf", -1 },
+				{ 0, 0, 0, 0 }
+			},
+			Common::RU_RUS,
 			Common::kPlatformDOS,
 			ADGF_DROPLANGUAGE | ADGF_CD,
 			GUIO7(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS)




More information about the Scummvm-git-logs mailing list