diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp index a63b85fe89d..b8bf22e1c89 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 cbba9af764c..677b3975336 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