Remove useless variable Game::quickcookieexists

Even though it keeps getting set to true and false everywhere, it never
once gets checked. So it's a variable that does nothing.
This commit is contained in:
Misa
2020-04-01 15:58:47 -07:00
committed by Ethan Lee
parent 340f57762d
commit 606c740b4f
2 changed files with 0 additions and 11 deletions

View File

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