Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Mar 6, 2019
1 parent 9893146 commit 877a8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ int main(void)
{
wiz::load_data::UserType global;

wiz::load_data::LoadData::LoadDataFromFile("input.eu4", global, 0, 0); // DONE - support 0, 0
wiz::load_data::LoadData::LoadDataFromFile("input.eu4", global); // use all of thread in cpu?

wiz::load_data::LoadData::SaveWizDB(global, "ouput.eu4");

Expand Down

0 comments on commit 877a8ea

Please sign in to comment.