[Scummvm-git-logs] scummvm master -> eddfa82896fd2c30836bfc6e18db40775f93b8f6
sev-
noreply at scummvm.org
Tue Nov 29 23:41:02 UTC 2022
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:
eddfa82896 DIRECTOR: Added comment
Commit: eddfa82896fd2c30836bfc6e18db40775f93b8f6
https://github.com/scummvm/scummvm/commit/eddfa82896fd2c30836bfc6e18db40775f93b8f6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-11-30T00:40:34+01:00
Commit Message:
DIRECTOR: Added comment
Changed paths:
engines/director/detection.cpp
diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp
index 0870bca046f..7a5f50c08cd 100644
--- a/engines/director/detection.cpp
+++ b/engines/director/detection.cpp
@@ -133,7 +133,7 @@ ADDetectedGame DirectorMetaEngineDetection::fallbackDetect(const FileMap &allFil
desc->desc.gameId = "director";
desc->desc.extra = "";
desc->desc.language = Common::UNK_LANG;
- desc->desc.flags = ADGF_TAILMD5;
+ desc->desc.flags = ADGF_TAILMD5; // We calculate tail of the projector
desc->desc.platform = Common::kPlatformWindows;
desc->desc.guiOptions = GUIO0();
desc->desc.filesDescriptions[0].fileName = nullptr;
More information about the Scummvm-git-logs
mailing list