mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-04-02 06:42:47 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user