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:
@@ -71,7 +71,6 @@ mapclass::mapclass()
|
||||
tileset = 0;
|
||||
initmapdata();
|
||||
|
||||
specialnames.resize(8);
|
||||
resetnames();
|
||||
|
||||
ypos = 0;
|
||||
|
||||
Reference in New Issue
Block a user