aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/engine.cpp')
-rw-r--r--engines/engine.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp
index 30cbb0be40..bee51778c9 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -673,12 +673,7 @@ bool Engine::shouldQuit() {
/*
EnginePlugin *Engine::getMetaEnginePlugin() const {
-
- const EnginePlugin *plugin = 0;
- Common::String gameid = ConfMan.get("gameid");
- gameid.toLowercase();
- EngineMan.findGame(gameid, &plugin);
- return plugin;
+ return EngineMan.findPlugin(ConfMan.get("engineid"));
}
*/