forked from teamnwah/openmw-tes3coop
compile fix
This commit is contained in:
parent
38066d9ecb
commit
8aa4001937
1 changed files with 24 additions and 27 deletions
|
@ -159,7 +159,6 @@ void MwIniImporter::importGameFiles(multistrmap &cfg, multistrmap &ini) {
|
|||
gameFile = "";
|
||||
}
|
||||
|
||||
multistrmap::iterator it;
|
||||
cfg.erase("master");
|
||||
cfg.insert( std::make_pair<std::string, std::vector<std::string> > ("master", std::vector<std::string>() ) );
|
||||
|
||||
|
@ -183,5 +182,3 @@ void MwIniImporter::writeToFile(boost::iostreams::stream<boost::iostreams::file_
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue