Turn fadebars into an array

There's always 15 of them, it doesn't need to be a vector.
This commit is contained in:
Misa
2020-07-03 02:40:57 -07:00
committed by Ethan Lee
parent 78181bc676
commit 067fbc75f0
2 changed files with 6 additions and 6 deletions

View File

@@ -269,7 +269,7 @@ public:
int fademode;
int fadeamount;
int oldfadeamount;
std::vector <int> fadebars;
int fadebars[15];
bool trinketcolset;
int trinketr, trinketg, trinketb;