[Scummvm-git-logs] scummvm master -> 61f84871f40e232fd2539cddb96f1fe095165908

tag2015 noreply at scummvm.org
Thu Aug 17 19:11:49 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:
61f84871f4 GOB: Add detection entry for Croustibat ENG (fan translation)


Commit: 61f84871f40e232fd2539cddb96f1fe095165908
    https://github.com/scummvm/scummvm/commit/61f84871f40e232fd2539cddb96f1fe095165908
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-08-17T21:10:54+02:00

Commit Message:
GOB: Add detection entry for Croustibat ENG (fan translation)

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 a331fb5f4d9..6894bf1b11d 100644
--- a/engines/gob/detection/tables_crousti.h
+++ b/engines/gob/detection/tables_crousti.h
@@ -41,8 +41,22 @@
 	0, 0, 0
 },
 {
-	{ // -- Fan Translation by BJNFNE --
-		"crousti", 
+	{	// English Fan Translation by denzquix
+		"crousti",
+		"",
+		AD_ENTRY1s("intro.stk", "c660f5500907ecf18a05412d4fda2222", 850731),
+		EN_ANY,
+		kPlatformDOS,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeCrousti,
+	kFeaturesAdLib,
+	0, 0, 0
+},
+{
+	{	// German Fan Translation by BJNFNE
+		"crousti",
 		"",
 		AD_ENTRY1s("intro.stk", "df96be976e53cc7de9e2741c45c18a1f", 864746),
 		DE_DEU,




More information about the Scummvm-git-logs mailing list