Fix AdvancedMetaEngine::createInstance to use ConfMan.setBool

svn-id: r48568
This commit is contained in:
Max Horn 2010-04-06 09:27:40 +00:00
parent 56e81ac0da
commit fd0e3de00b

View file

@ -264,7 +264,7 @@ Common::Error AdvancedMetaEngine::createInstance(OSystem *syst, Engine **engine)
// config file.
//
// Fixes bug #1544799
ConfMan.set("autoadded", "true");
ConfMan.setBool("autoadded", true);
warning("No path was provided. Assuming the data files are in the current directory");
}