[Scummvm-git-logs] scummvm master -> 8c0d3faac574d1937945c5df15906f5145ec2037
sev-
sev at scummvm.org
Mon Nov 23 16:28:18 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:
8c0d3faac5 CGE: Added detection for updated Russian fan-translation
Commit: 8c0d3faac574d1937945c5df15906f5145ec2037
https://github.com/scummvm/scummvm/commit/8c0d3faac574d1937945c5df15906f5145ec2037
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-11-23T17:28:01+01:00
Commit Message:
CGE: Added detection for updated Russian fan-translation
Changed paths:
engines/cge/detection.cpp
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index 924323a812..6bc346bd5e 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -103,6 +103,16 @@ static const ADGameDescription gameDescriptions[] = {
Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS , GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
},
+ {
+ "soltys", "Russian fan-translation v1.1",
+ {
+ {"vol.cat", 0, "72a93fa5b81f29aaf362f1dc8a5956e0", 50176},
+ {"vol.dat", 0, "b93e053cabf8dfdcece3de59a8e2f9e1", 8739481},
+ 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