diff options
-rw-r--r-- | base/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/main.cpp b/base/main.cpp index 0f5ebc7845..3ea38b547a 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -552,6 +552,9 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) { PluginManager::instance().loadAllPlugins(); // only for cached manager } else { GUI::displayErrorDialog(_("Could not find any engine capable of running the selected game")); + + // Clear the active domain + ConfMan.setActiveDomain(""); } // reset the graphics to default |