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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp
index 2b1bb21205..1da269ecad 100644
--- a/engines/lab/detection.cpp
+++ b/engines/lab/detection.cpp
@@ -120,7 +120,7 @@ Common::Platform LabEngine::getPlatform() const {
}
uint32 LabEngine::getFeatures() const {
- return _gameDescription->flags;
+ return _gameDescription->flags | _extraGameFeatures;
}
} // End of namespace Lab