[Scummvm-git-logs] scummvm master -> 6511e92d3a4fd80fa5e45d5faa7907403b44974b

sev- sev at scummvm.org
Sat Oct 17 16:10:12 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:
6511e92d3a GOB: Added detection to the Russian Akella translation


Commit: 6511e92d3a4fd80fa5e45d5faa7907403b44974b
    https://github.com/scummvm/scummvm/commit/6511e92d3a4fd80fa5e45d5faa7907403b44974b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-17T18:09:16+02:00

Commit Message:
GOB: Added detection to the Russian Akella translation

We'd need to recalc the md5s for better detection.

Changed paths:
    engines/gob/detection/tables_woodruff.h


diff --git a/engines/gob/detection/tables_woodruff.h b/engines/gob/detection/tables_woodruff.h
index cbc0947f67..3e0c7b4fa6 100644
--- a/engines/gob/detection/tables_woodruff.h
+++ b/engines/gob/detection/tables_woodruff.h
@@ -97,6 +97,20 @@
 	kFeatures640x480,
 	0, 0, 0
 },
+{ // Russian Akella version
+	{
+		"woodruff",
+		"",
+		AD_ENTRY1s("intro.stk", "dccf9d31cb720b34d75487408821b77e", 20296390),
+		RU_RUS,
+		kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSPEECH, GUIO_NOASPECT)
+	},
+	kGameTypeWoodruff,
+	kFeatures640x480,
+	0, 0, 0
+},
 {
 	{
 		"woodruff",




More information about the Scummvm-git-logs mailing list