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

sev- sev at scummvm.org
Sun Dec 6 18:53:28 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:
a865703d0b XEEN: Added detection for Russian fan translation of cloudofxeen. More work is needed


Commit: a865703d0bcc036f0ad25802d5674a238190e8f8
    https://github.com/scummvm/scummvm/commit/a865703d0bcc036f0ad25802d5674a238190e8f8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-12-06T19:53:16+01:00

Commit Message:
XEEN: Added detection for Russian fan translation of cloudofxeen. More work is needed

Changed paths:
    engines/xeen/detection_tables.h


diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index 8e47483f51..3a326c6d97 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -121,6 +121,21 @@ static const XeenGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		// Clouds of Xeen, Russian fan-translation
+		{
+			"cloudsofxeen",
+			nullptr,
+			AD_ENTRY1s("xeen.cc", "1dead179f65bbb1ba11dd51d69768489", 13417817),
+			Common::RU_RUS,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
+		},
+		GType_Clouds,
+		0
+	},
+
 	{
 		// Darkside of Xeen
 		{




More information about the Scummvm-git-logs mailing list