Fix AdvancedMetaEngine::createInstance to use ConfMan.setBool
svn-id: r48568
This commit is contained in:
parent
56e81ac0da
commit
fd0e3de00b
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue