From 616045496c7fd25b09c6c1554f8fcb02d8e6a706 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 23 Jul 2019 07:20:53 +0200 Subject: HDB: (Hopefully) fix a c&p error in hasFeature() --- engines/hdb/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hdb') diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp index a69a83cec6..3c3c153157 100644 --- a/engines/hdb/detection.cpp +++ b/engines/hdb/detection.cpp @@ -115,9 +115,9 @@ public: bool HDBMetaEngine::hasFeature(MetaEngineFeature f) const { return - (f == kSupportsLoadingDuringStartup) || (f == kSupportsLoadingDuringStartup) || (f == kSupportsListSaves) || + (f == kSupportsDeleteSave) || (f == kSavesSupportMetaInfo) || (f == kSavesSupportThumbnail) || (f == kSavesSupportPlayTime); -- cgit v1.2.3