diff options
Diffstat (limited to 'engines/lure')
-rw-r--r-- | engines/lure/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp index 163d095243..7e74eee026 100644 --- a/engines/lure/detection.cpp +++ b/engines/lure/detection.cpp @@ -195,7 +195,7 @@ bool LureMetaEngine::hasFeature(MetaEngineFeature f) const { return (f == kSupportsRTL) || (f == kSupportsListSaves) || - (f == kSupportsDirectLoad) || + (f == kSupportsLoadingDuringStartup) || (f == kSupportsDeleteSave); } |