mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Make obj.customcollect a vector of bools
It's already treated as a vector of bools, so might as well formally declare it as that.
This commit is contained in:
@@ -186,7 +186,7 @@ public:
|
||||
std::vector<blockclass> blocks;
|
||||
std::vector<bool> flags;
|
||||
std::vector<bool> collect;
|
||||
std::vector<int> customcollect;
|
||||
std::vector<bool> customcollect;
|
||||
|
||||
bool skipblocks, skipdirblocks;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user