mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Turn obj.flags into an array instead of a vector
Since it's always fixed-size, there's no reason for it to be a vector.
This commit is contained in:
@@ -182,7 +182,7 @@ public:
|
||||
|
||||
|
||||
std::vector<blockclass> blocks;
|
||||
std::vector<bool> flags;
|
||||
bool flags[100];
|
||||
std::vector<bool> collect;
|
||||
std::vector<bool> customcollect;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user