[Scummvm-git-logs] scummvm master -> 9c0e8993c089b4fdb57216e70f0527e03d78ec07

sev- sev at scummvm.org
Tue Jun 30 23:03:58 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:
9c0e8993c0 CGE: Added detection for Russian translation of Solys


Commit: 9c0e8993c089b4fdb57216e70f0527e03d78ec07
    https://github.com/scummvm/scummvm/commit/9c0e8993c089b4fdb57216e70f0527e03d78ec07
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-07-01T01:03:12+02:00

Commit Message:
CGE: Added detection for Russian translation of Solys

Changed paths:
    engines/cge/detection.cpp


diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index a144d9951f..08de205ab9 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -95,6 +95,16 @@ static const ADGameDescription gameDescriptions[] = {
 		Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS , GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
 	},
 
+	{
+		"soltys", "Russian fan-translation v1.0",
+		{
+			{"vol.cat", 0, "e9f6069c9c4d4156a8dbe004a9c1960d", 50176},
+			{"vol.dat", 0, "f9ae2e7f8f7cac91378cdafca43faf1e", 8749623},
+			AD_LISTEND
+		},
+		Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS , GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
+	},
+
 	AD_TABLE_END_MARKER
 };
 




More information about the Scummvm-git-logs mailing list