mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Updated API internally to reflect recent changes.
This commit is contained in:
+2
-1
@@ -251,7 +251,8 @@ BOSS_API unsigned int boss_load_lists (boss_db db, const char * const masterlist
|
||||
temp = tempNode["plugins"].as< std::list<boss::Plugin> >();
|
||||
} else {
|
||||
boost::filesystem::path p(masterlistPath);
|
||||
Loadv2Masterlist(p, temp);
|
||||
std::list<boss::Message> filler;
|
||||
Loadv2Masterlist(p, temp, filler);
|
||||
}
|
||||
} catch (YAML::Exception& e) {
|
||||
extMessageStr = e.what();
|
||||
|
||||
Reference in New Issue
Block a user