mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Turn splitseconds into an array
It's always 30, there's no need for it to be a vector.
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
int glow;
|
||||
int slowsine;
|
||||
int glowdir;
|
||||
std::vector<int> splitseconds;
|
||||
int splitseconds[30];
|
||||
};
|
||||
|
||||
extern UtilityClass help;
|
||||
|
||||
Reference in New Issue
Block a user