Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Mar 3, 2020
1 parent 6eaf819 commit 0ab30e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int main(void)
}
int b = clock();

// wiz::LoadData::SaveWizDB(global, buffer, "output.eu4");
//wiz::LoadData::SaveWizDB(global, buffer, "output.eu4");

if (buffer) {
delete[] buffer;
Expand Down
4 changes: 3 additions & 1 deletion source/memory_pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ namespace wiz {
return &arr[count - 1];
}
else {
count++; // for number check..
// in real depth? <= 10 ?
// static Node[10] and list<Node*> ?
count++; // for number check.
else_list.push_back(new Node());
return else_list.back();
}
Expand Down

0 comments on commit 0ab30e3

Please # to comment.