From b7a219ebc6f6ffd4954a29ca4e14654ff702bed5 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 26 Oct 2008 16:42:08 +0000 Subject: Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, as discussed in patch #2122869 svn-id: r34854 --- engines/lure/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lure') 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); } -- cgit v1.2.3