Change obj.collect into a vector of bools

It's already treated like a bunch of bools anyway, so might as well just
formalize it.
This commit is contained in:
Misa
2020-04-08 23:56:36 -07:00
committed by Ethan Lee
parent 7493129044
commit 8507bdc65d
5 changed files with 19 additions and 19 deletions

View File

@@ -185,7 +185,7 @@ public:
std::vector<blockclass> blocks;
std::vector<bool> flags;
std::vector<int> collect;
std::vector<bool> collect;
std::vector<int> customcollect;
bool skipblocks, skipdirblocks;