aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/detection.cpp5
-rw-r--r--engines/hdb/hdb.cpp5
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