Remove useless variable Game::telecookieexists

Although it keeps getting set to true and false in various places, it
never once gets checked, essentially deeming it a variable that's used
but does nothing.
This commit is contained in:
Misa
2020-04-01 15:55:22 -07:00
committed by Ethan Lee
parent 9cec63bcf7
commit 340f57762d
2 changed files with 0 additions and 7 deletions

View File

@@ -234,7 +234,6 @@ public:
std::vector<int>bestlives;
std::vector<int> bestrank;
bool telecookieexists;
bool quickcookieexists;
std::string tele_gametime;