mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-07-28 09:59:29 +03:00
Remove map.numshinytrinkets
This removes map.numshinytrinkets in favor of using map.shinytrinkets.size(). Having automatic length tracking is much less error-prone and less tedious.
This commit is contained in:
@@ -154,7 +154,6 @@ public:
|
||||
std::vector<point> teleporters;
|
||||
std::vector<point> shinytrinkets;
|
||||
|
||||
int numshinytrinkets;
|
||||
bool showteleporters, showtargets, showtrinkets;
|
||||
|
||||
//Roomtext
|
||||
|
||||
Reference in New Issue
Block a user