aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/detection.cpp')
-rw-r--r--engines/mads/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/detection.cpp b/engines/mads/detection.cpp
index 73a4b97931..015859f827 100644
--- a/engines/mads/detection.cpp
+++ b/engines/mads/detection.cpp
@@ -48,7 +48,7 @@ uint32 MADSEngine::getGameID() const {
}
uint32 MADSEngine::getGameFeatures() const {
- return _gameDescription->gameID;
+ return _gameDescription->features;
}
uint32 MADSEngine::getFeatures() const {