mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user