[Scummvm-git-logs] scummvm master -> 4a86311201da3f1c90ed228b8cb63b004a379e05

sev- noreply at scummvm.org
Sun Jun 22 11:34:15 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
4a86311201 Revert "GOB: Remove Croustibat German fantranslation, as per author's request"


Commit: 4a86311201da3f1c90ed228b8cb63b004a379e05
    https://github.com/scummvm/scummvm/commit/4a86311201da3f1c90ed228b8cb63b004a379e05
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-06-22T13:31:20+02:00

Commit Message:
Revert "GOB: Remove Croustibat German fantranslation, as per author's request"

This reverts commit 789c96d1a845070f1da3991c2aca5aef6a944155.

We keep in the detection all released versions.

Changed paths:
    engines/gob/detection/tables_crousti.h


diff --git a/engines/gob/detection/tables_crousti.h b/engines/gob/detection/tables_crousti.h
index 5172c846030..2900432bdb0 100644
--- a/engines/gob/detection/tables_crousti.h
+++ b/engines/gob/detection/tables_crousti.h
@@ -58,5 +58,18 @@
 	kFeaturesAdLib,
 	0, 0, 0
 },
+{
+	{	// German Fan Translation by BJNFNE
+		"crousti",
+		"v1.01",
+		AD_ENTRY1s("intro.stk", "df96be976e53cc7de9e2741c45c18a1f", 864746),
+		DE_DEU,
+		kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kFeaturesAdLib,
+	0, 0, 0
+},
 
 #endif // GOB_DETECTION_TABLES_CROUSTI_H




More information about the Scummvm-git-logs mailing list