[Scummvm-git-logs] scummvm master -> 832176cb16f268ffd41f26e03aa58fe056fdb812

Die4Ever noreply at scummvm.org
Sun Sep 11 22:38:27 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:
832176cb16 GROOVIE: Update detection for ENG version, add RUS version


Commit: 832176cb16f268ffd41f26e03aa58fe056fdb812
    https://github.com/scummvm/scummvm/commit/832176cb16f268ffd41f26e03aa58fe056fdb812
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-09-11T17:38:24-05:00

Commit Message:
GROOVIE: Update detection for ENG version, add RUS version

Changed paths:
    engines/groovie/detection.cpp


diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 4c9264cd49b..b81610844ed 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -135,7 +135,8 @@ static const GroovieGameDescription gameDescriptions[] = {
 
 /*==== The 11th Hour ====*/
 	// The 11th Hour DOS/Windows English (Available on Steam)
-	T11HENTRY("", "script.grv", "bdb9a783d4debe477ac3856adc454c17", 62447, "introd1.gjd", nullptr, -1, EN_ANY, kPlatformWindows, BASE_FLAGS),
+	T11HENTRY("", "script.grv", "bdb9a783d4debe477ac3856adc454c17", 62447,
+					"introd1.gjd", "9ec3e727182fbe40ee23e786721180eb", 6437077, EN_ANY, kPlatformWindows, BASE_FLAGS),
 
 	// The 11th Hour DOS/Windows German
 	T11HENTRY("", "script.grv", "560e90b47054639668e44a8b365fbe26", 62447, "introd1.gjd", nullptr, -1, DE_DEU, kPlatformWindows, BASE_FLAGS),
@@ -143,6 +144,10 @@ static const GroovieGameDescription gameDescriptions[] = {
 	// The 11th Hour DOS/Windows French
 	T11HENTRY("", "script.grv", "752c0a8ea62a1207c8583f3dbc16e6ef", 62447, "introd1.gjd", nullptr, -1, FR_FRA, kPlatformWindows, BASE_FLAGS),
 
+	// The 11th Hour DOS/Windows Russian (Akella)
+	T11HENTRY("", "script.grv", "bdb9a783d4debe477ac3856adc454c17", 62447,
+					"introd1.gjd", "b80c6d88ac576cdd6f98d1e467629108", 1516, RU_RUS, kPlatformWindows, BASE_FLAGS),
+
 	// The 11th Hour Mac English
 	T11HENTRY("", "script.grv", "bdb9a783d4debe477ac3856adc454c17", 62447,
 					"The 11th Hour Installer", "bcdb4040b27f15b18f39fb9e496d384a", 1002987, EN_ANY, kPlatformMacintosh, BASE_FLAGS),




More information about the Scummvm-git-logs mailing list