aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/detection.cpp')
-rw-r--r--engines/lab/detection.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp
index 3c9174aa8c..1cd78a16db 100644
--- a/engines/lab/detection.cpp
+++ b/engines/lab/detection.cpp
@@ -127,6 +127,10 @@ Common::Platform LabEngine::getPlatform() const {
return _gameDescription->platform;
}
+uint32 LabEngine::getFeatures() const {
+ return _gameDescription->flags;
+}
+
} // End of namespace Lab
class LabMetaEngine : public AdvancedMetaEngine {
@@ -136,6 +140,7 @@ public:
_maxScanDepth = 4;
_directoryGlobs = directoryGlobs;
+ _flags = kADFlagUseExtraAsHint;
}
virtual const char *getName() const {