[Scummvm-git-logs] scummvm master -> 09ca6d9c19cce5346ff27c031b1e455730504405

tag2015 noreply at scummvm.org
Sun Sep 3 10:40:31 UTC 2023


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:
09ca6d9c19 SWORD2: Add detection entry for Russian Novy Disk


Commit: 09ca6d9c19cce5346ff27c031b1e455730504405
    https://github.com/scummvm/scummvm/commit/09ca6d9c19cce5346ff27c031b1e455730504405
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-09-03T12:30:53+02:00

Commit Message:
SWORD2: Add detection entry for Russian Novy Disk

TRAC report #14550

Changed paths:
    engines/sword2/detection_tables.h


diff --git a/engines/sword2/detection_tables.h b/engines/sword2/detection_tables.h
index 2603746759e..08e80fa54d4 100644
--- a/engines/sword2/detection_tables.h
+++ b/engines/sword2/detection_tables.h
@@ -302,6 +302,17 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{	// TRAC report #14550
+		"sword2",
+		"Novy Disk",
+		AD_ENTRY2s("general.clu", "60d17ec7eb80fec561e1278ff5a32faa", 7093894,
+				   "docks.clu",   "b39246fbb5b955a29f9a207c69bfc318", 20262263),
+		Common::RU_RUS,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+
 	{
 		"sword2",
 		"",




More information about the Scummvm-git-logs mailing list