aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/xeen/detection.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/xeen/detection.cpp b/engines/xeen/detection.cpp
index 28811c3efa..f59f7c8b2c 100644
--- a/engines/xeen/detection.cpp
+++ b/engines/xeen/detection.cpp
@@ -95,11 +95,14 @@ public:
bool XeenMetaEngine::hasFeature(MetaEngineFeature f) const {
return
- (f == kSupportsListSaves) ||
+ (f == kSupportsListSaves) ||
(f == kSupportsLoadingDuringStartup) ||
(f == kSupportsDeleteSave) ||
(f == kSavesSupportMetaInfo) ||
- (f == kSavesSupportThumbnail);
+ (f == kSavesSupportCreationDate) ||
+ (f == kSavesSupportPlayTime) ||
+ (f == kSavesSupportThumbnail) ||
+ (f == kSimpleSavesNames);
}
bool Xeen::XeenEngine::hasFeature(EngineFeature f) const {