[Scummvm-git-logs] scummvm master -> 9881255919fcc4b1fe5e4b359eac6e8720744ac1

lephilousophe lephilousophe at users.noreply.github.com
Sat Nov 21 10:56:53 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:
9881255919 CRYOMNI3D: Add detection for German Windows version from ticket #11963


Commit: 9881255919fcc4b1fe5e4b359eac6e8720744ac1
    https://github.com/scummvm/scummvm/commit/9881255919fcc4b1fe5e4b359eac6e8720744ac1
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2020-11-21T11:55:54+01:00

Commit Message:
CRYOMNI3D: Add detection for German Windows version from ticket #11963

Changed paths:
    engines/cryomni3d/detection_tables.h


diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index bf42e3e02f..330d37ae8f 100644
--- a/engines/cryomni3d/detection_tables.h
+++ b/engines/cryomni3d/detection_tables.h
@@ -314,6 +314,23 @@ static const CryOmni3DGameDescription gameDescriptions[] = {
 		GF_VERSAILLES_FONTS_SET_B | GF_VERSAILLES_AUDIOPADDING_YES | GF_VERSAILLES_LINK_LOCALIZED,
 	},
 
+	// Versailles 1685
+	// German Windows compressed from DVD
+	// From laenion, ticket #11963
+	{
+		{
+			"versailles",
+			"",
+			VERSAILLES_ENTRY("PROGRAM.Z", "cdd35a623d1ed05d1dc3248735cea868", 236363, "ALM"),
+			Common::DE_DEU,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUI_OPTIONS_VERSAILLES
+		},
+		GType_VERSAILLES,
+		GF_VERSAILLES_FONTS_NUMERIC | GF_VERSAILLES_AUDIOPADDING_YES | GF_VERSAILLES_LINK_LOCALIZED,
+	},
+
 	// Versailles 1685
 	// German Windows compressed from DVD
 	// From Uka in forum




More information about the Scummvm-git-logs mailing list