diff options
-rw-r--r-- | base/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp index f4b2ff96bd..cdf7a5ca87 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -377,7 +377,7 @@ extern "C" int scummvm_main(int argc, char *argv[]) { // wanted to apply them to *all* games ever launched. ConfMan.getDomain(Common::ConfigManager::kTransientDomain)->clear(); - // TODO: Reset the game detector fully + // TODO: Unset the active config domain // PluginManager::instance().unloadPlugins(); PluginManager::instance().loadPlugins(); |