From 6fdd336ae4a4cae45976fd4087fdb7071ea5a8fc Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 15 Jul 2019 14:44:20 +0200 Subject: HDB: Move HDBGame::hasFeature() to detection.cpp for consistency --- engines/hdb/detection.cpp | 5 +++++ engines/hdb/hdb.cpp | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp index a63b85fe89..b8bf22e1c8 100644 --- a/engines/hdb/detection.cpp +++ b/engines/hdb/detection.cpp @@ -116,6 +116,11 @@ bool HDBMetaEngine::hasFeature(MetaEngineFeature f) const { (f == kSupportsLoadingDuringStartup); } +bool HDB::HDBGame::hasFeature(Engine::EngineFeature f) const { + warning("FIXME: quitGame() exits the application, instead of RTL"); + return (f == kSupportsRTL); +} + int HDBMetaEngine::getMaximumSaveSlot() const { return 9; } bool HDBMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const { diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index cbba9af764..677b397533 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -87,11 +87,6 @@ HDBGame::~HDBGame() { DebugMan.clearAllDebugChannels(); } -bool HDBGame::hasFeature(Engine::EngineFeature f) const { - warning("FIXME: quitGame() exits the application, instead of RTL"); - return (f == kSupportsRTL); -} - bool HDBGame::init() { /* Game Subsystem Initializations -- cgit v1.2.3