mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -54,7 +54,6 @@ public:
|
||||
int textx;
|
||||
int texty;
|
||||
int r,g,b;
|
||||
int txtnumlines;
|
||||
|
||||
//Misc
|
||||
int i, j, k;
|
||||
|
||||
Reference in New Issue
Block a user