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:
@@ -6778,7 +6778,7 @@ void Game::returntoeditor(void)
|
||||
{
|
||||
gamestate = EDITORMODE;
|
||||
|
||||
graphics.textbox.clear();
|
||||
graphics.textboxes.clear();
|
||||
hascontrol = true;
|
||||
advancetext = false;
|
||||
completestop = false;
|
||||
|
||||
Reference in New Issue
Block a user