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:
Misa
2021-09-12 21:02:15 -07:00
parent a50e8ecf48
commit ffe53746bc
7 changed files with 71 additions and 71 deletions

View File

@@ -6778,7 +6778,7 @@ void Game::returntoeditor(void)
{
gamestate = EDITORMODE;
graphics.textbox.clear();
graphics.textboxes.clear();
hascontrol = true;
advancetext = false;
completestop = false;