[Scummvm-git-logs] scummvm master -> 8a4ee2a2a65ab73157a782e8ef44e75c2b5b80e6
sev-
noreply at scummvm.org
Mon Jan 16 18:53:06 UTC 2023
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:
8a4ee2a2a6 TETRAENGINE: Remove redundant flag
Commit: 8a4ee2a2a65ab73157a782e8ef44e75c2b5b80e6
https://github.com/scummvm/scummvm/commit/8a4ee2a2a65ab73157a782e8ef44e75c2b5b80e6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-01-16T19:52:20+01:00
Commit Message:
TETRAENGINE: Remove redundant flag
Usage of kADFlagMatchFullPaths will automatically compute the required
scan depth
Changed paths:
engines/tetraedge/detection.cpp
diff --git a/engines/tetraedge/detection.cpp b/engines/tetraedge/detection.cpp
index e019e66eb61..7b2ce9c44b0 100644
--- a/engines/tetraedge/detection.cpp
+++ b/engines/tetraedge/detection.cpp
@@ -34,7 +34,6 @@ const DebugChannelDef TetraedgeMetaEngineDetection::debugFlagList[] = {
TetraedgeMetaEngineDetection::TetraedgeMetaEngineDetection() : AdvancedMetaEngineDetection(Tetraedge::GAME_DESCRIPTIONS,
sizeof(ADGameDescription), Tetraedge::GAME_NAMES) {
_flags = kADFlagMatchFullPaths;
- _maxScanDepth = 3;
}
REGISTER_PLUGIN_STATIC(TETRAEDGE_DETECTION, PLUGIN_TYPE_ENGINE_DETECTION, TetraedgeMetaEngineDetection);
More information about the Scummvm-git-logs
mailing list