aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/detection.cpp')
-rw-r--r--engines/agos/detection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp
index ce7be3d440..12f281d0dc 100644
--- a/engines/agos/detection.cpp
+++ b/engines/agos/detection.cpp
@@ -117,6 +117,7 @@ public:
bool AgosMetaEngine::hasFeature(MetaEngineFeature f) const {
return
+ (f == kSupportsRTL) ||
(f == kSupportsListSaves);
}