aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine')
-rw-r--r--engines/cine/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index 97299d266c..f6aaede6b7 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -542,7 +542,7 @@ bool CineMetaEngine::hasFeature(MetaEngineFeature f) const {
return
(f == kSupportsRTL) ||
(f == kSupportsListSaves) ||
- (f == kSupportsDirectLoad);
+ (f == kSupportsLoadingDuringStartup);
}
bool CineMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common::ADGameDescription *desc) const {