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

bluegr noreply at scummvm.org
Fri Jan 10 20:00:21 UTC 2025


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:
a1fd47b219 GOB: improve magicstones detection


Commit: a1fd47b2190a699081908a0b2bd4921db3274ffb
    https://github.com/scummvm/scummvm/commit/a1fd47b2190a699081908a0b2bd4921db3274ffb
Author: Benjamin Funke (bjnfne at web.de)
Date: 2025-01-10T22:00:18+02:00

Commit Message:
GOB: improve magicstones detection

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


diff --git a/engines/gob/detection/tables_magicstones.h b/engines/gob/detection/tables_magicstones.h
index afb30461e47..5d2ed20689a 100644
--- a/engines/gob/detection/tables_magicstones.h
+++ b/engines/gob/detection/tables_magicstones.h
@@ -37,9 +37,9 @@
 	{ // Added by Strangerke in 2009
 
 		"magicstones",
-		MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Le pays des Pierres Magiques (Engine: DEV7 version 1.2.0.0)
+		MetaEngineDetection::GAME_NOT_IMPLEMENTED, // A la poursuite du dragon de feu (Engine: DEV7 version 1.2.0.0)
 		AD_ENTRY2s("ed4.stk", "98721a7cfdc5a358d7ac56b7c6d3ba3d", 541882,
-			   		"ed4cd.itk", "0627a91d9a6f4772c33747ce752024c2", 606993908),
+           		   "ed4_cd.itk", "0627a91d9a6f4772c33747ce752024c2", 606993908),
 		FR_FRA,
 		kPlatformWindows,
 		ADGF_UNSUPPORTED,
@@ -52,7 +52,7 @@
 // -- German: Das Zauberland der Zaubersteine --
 
 {
-	{
+	{ // Supplied by codengine
 
 		"magicstones",
 		MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Die Suche nach dem Feuerdrachen (Engine: DEV7 version 1.2.0.0)




More information about the Scummvm-git-logs mailing list