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

Die4Ever noreply at scummvm.org
Wed Feb 16 02:07:03 UTC 2022


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:
c299e2b17b GROOVIE: add french T11H detection


Commit: c299e2b17bcb6a662959e8fa5ed32a9ee811b95f
    https://github.com/scummvm/scummvm/commit/c299e2b17bcb6a662959e8fa5ed32a9ee811b95f
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2022-02-15T20:06:42-06:00

Commit Message:
GROOVIE: add french T11H detection

Changed paths:
    engines/groovie/detection.cpp


diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index ae53ac7a76b..0f48902ec14 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -157,6 +157,18 @@ static const GroovieGameDescription gameDescriptions[] = {
 		kGroovieT11H
 	},
 
+	// The 11th Hour DOS/Windows French
+	{
+		{
+			"11h", "",
+			AD_ENTRY2s("script.grv", "752c0a8ea62a1207c8583f3dbc16e6ef", 62447,
+						"introd1.gjd", nullptr, -1),
+			Common::FR_FRA, Common::kPlatformWindows, ADGF_TESTING,
+			GUIO7(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_EASIER_AI, GAMEOPTION_FINAL_HOUR)
+		},
+		kGroovieT11H
+	},
+
 	// The 11th Hour Mac English
 	{
 		{




More information about the Scummvm-git-logs mailing list