Remove customlevelstatsloaded from Game

This boolean is assigned, and it is checked... but it's never assigned
to true, thus making it useless. I also checked 2.2 source and the same
thing happens there; to prevent any confusion, I'm removing this.
This commit is contained in:
Misa
2021-03-23 15:32:11 -07:00
committed by Ethan Lee
parent 28c3ec9572
commit 516e71c7da
2 changed files with 0 additions and 8 deletions

View File

@@ -416,7 +416,6 @@ public:
void updatecustomlevelstats(std::string clevel, int cscore);
std::vector<CustomLevelStat> customlevelstats;
bool customlevelstatsloaded;
std::vector<SDL_GameControllerButton> controllerButton_map;