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

lotharsm noreply at scummvm.org
Sun Oct 19 13:54:34 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:
ace98aa88d DIRECTOR: Fix Director version for melements-win-fr


Commit: ace98aa88d8d76b70620517f3a637aeac56a82a7
    https://github.com/scummvm/scummvm/commit/ace98aa88d8d76b70620517f3a637aeac56a82a7
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-10-19T15:53:21+02:00

Commit Message:
DIRECTOR: Fix Director version for melements-win-fr

The French release of "Masters of the Elements" uses a projector
file that was created with Director 6.5.0.1/6.5F

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 7b1ea3b3754..4426310d935 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -8709,7 +8709,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	// French: "Le Maître des éléments", published by Gallimard Multimédia
 	// Mac version requires installation, installer in file "Installeur", created with VISE Lite 3.6 from MindVision Software
-	WINGAME1_l("melements", "", "MDE.EXE", "t:8db5c7ffd823515b341cee7acb72b9a8", 2256946, Common::FR_FRA, 602),
+	WINGAME1_l("melements", "", "MDE.EXE", "t:8db5c7ffd823515b341cee7acb72b9a8", 2256946, Common::FR_FRA, 650),
 
 	// Dutch: "Meesters van Macht", Netherlands/Belgium release by Karakter Interactive
 	// Game files likely match the original 1997 release since it is the only variant built with Director 6.0.1




More information about the Scummvm-git-logs mailing list