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

bluegr noreply at scummvm.org
Thu May 8 18:27:27 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:
a1b2a443de GOB: add new german variant of English Fever


Commit: a1b2a443de7331c3ad62c12e6a6a673282f83057
    https://github.com/scummvm/scummvm/commit/a1b2a443de7331c3ad62c12e6a6a673282f83057
Author: Benjamin Funke (bjnfne at web.de)
Date: 2025-05-08T21:27:23+03:00

Commit Message:
GOB: add new german variant of English Fever

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


diff --git a/engines/gob/detection/tables_englishfever.h b/engines/gob/detection/tables_englishfever.h
index 9f33a66520f..a910288651e 100644
--- a/engines/gob/detection/tables_englishfever.h
+++ b/engines/gob/detection/tables_englishfever.h
@@ -46,5 +46,19 @@
 	kFeatures800x600,
 	"L_Module_Start.itk", "L_Module_Start.obc", 0
 },
+// -- German: English Fever Commando Kids
+{
+	{	// Supplied by BJNFNE
+		"englishfever",
+		MetaEngineDetection::GAME_NOT_IMPLEMENTED, // English Fever Commando Kids 1.00 (Engine: DEV7 version 1.30)
+		AD_ENTRY1s("L_Module_Start.itk", "6090620324734b17fe8b591852b693df", 747551),
+		DE_DEU,
+		kPlatformWindows,
+		ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+	kFeatures800x600,
+	"L_Module_Start.itk", "L_Module_Start.obc", 0
+},
 
 #endif // GOB_DETECTION_TABLES_ENGLISHFEVER_H




More information about the Scummvm-git-logs mailing list