mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 18:04:09 +03:00
Turn fadebars into an array
There's always 15 of them, it doesn't need to be a vector.
This commit is contained in:
@@ -269,7 +269,7 @@ public:
|
||||
int fademode;
|
||||
int fadeamount;
|
||||
int oldfadeamount;
|
||||
std::vector <int> fadebars;
|
||||
int fadebars[15];
|
||||
|
||||
bool trinketcolset;
|
||||
int trinketr, trinketg, trinketb;
|
||||
|
||||
Reference in New Issue
Block a user