[Scummvm-git-logs] scummvm master -> 7399dced7b150c0eef96ed2fd6fca534757e18e4

bluegr bluegr at gmail.com
Sun Oct 24 14:33:59 UTC 2021


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:
7399dced7b DIRECTOR: Do not override tail flag in fallback detection


Commit: 7399dced7b150c0eef96ed2fd6fca534757e18e4
    https://github.com/scummvm/scummvm/commit/7399dced7b150c0eef96ed2fd6fca534757e18e4
Author: Bernhard (besentv at gmail.com)
Date: 2021-10-24T17:33:57+03:00

Commit Message:
DIRECTOR: Do not override tail flag in fallback detection

Changed paths:
    engines/director/detection.cpp


diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp
index 2cd8092c2d..4ffb246318 100644
--- a/engines/director/detection.cpp
+++ b/engines/director/detection.cpp
@@ -129,7 +129,7 @@ ADDetectedGame DirectorMetaEngineDetection::fallbackDetect(const FileMap &allFil
 	desc->desc.gameId = "director";
 	desc->desc.extra = "";
 	desc->desc.language = Common::UNK_LANG;
-	desc->desc.flags = ADGF_NO_FLAGS;
+	desc->desc.flags = ADGF_TAILMD5;
 	desc->desc.platform = Common::kPlatformWindows;
 	desc->desc.guiOptions = GUIO0();
 	desc->desc.filesDescriptions[0].fileName = 0;




More information about the Scummvm-git-logs mailing list