compile fix

actorid
Marc Zinnschlag 13 years ago
parent 38066d9ecb
commit 8aa4001937

@ -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…
Cancel
Save