mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Rename textbox to textboxes and textbox line to lines
It's really dumb that these array names aren't plural when they should be, because they contain more than one thing.
This commit is contained in:
@@ -300,7 +300,7 @@ public:
|
||||
bool trinketcolset;
|
||||
int trinketr, trinketg, trinketb;
|
||||
|
||||
std::vector <textboxclass> textbox;
|
||||
std::vector <textboxclass> textboxes;
|
||||
|
||||
bool showcutscenebars;
|
||||
int cutscenebarspos;
|
||||
|
||||
Reference in New Issue
Block a user