Refactor scriptclass txt to not use a separate length-tracker

This removes the variable txtnumlines off of scriptclass, in favor of
using txt.size() instead.
This commit is contained in:
Misa
2020-04-03 18:04:55 -07:00
committed by Ethan Lee
parent 31321ee19c
commit 168fa53f7c
2 changed files with 15 additions and 18 deletions

View File

@@ -54,7 +54,6 @@ public:
int textx;
int texty;
int r,g,b;
int txtnumlines;
//Misc
int i, j, k;