Remove map.numteleporters

This removes the separate length-tracking variable map.numteleporters,
in favor of using map.teleporters.size().
This commit is contained in:
Misa
2020-04-14 19:32:30 -07:00
committed by Ethan Lee
parent 5b9c6a9680
commit d63ba761d5
5 changed files with 8 additions and 9 deletions

View File

@@ -154,7 +154,7 @@ public:
std::vector<point> teleporters;
std::vector<point> shinytrinkets;
int numteleporters, numshinytrinkets;
int numshinytrinkets;
bool showteleporters, showtargets, showtrinkets;
//Roomtext