mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Turn map.specialnames into an array instead of a vector
Easiest de-vectoring I've had to do yet.
This commit is contained in:
@@ -132,7 +132,7 @@ public:
|
||||
int customzoom;
|
||||
bool customshowmm;
|
||||
|
||||
std::vector<std::string> specialnames;
|
||||
std::string specialnames[8];
|
||||
int glitchmode;
|
||||
int glitchdelay;
|
||||
std::string glitchname;
|
||||
|
||||
Reference in New Issue
Block a user