mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -234,7 +234,6 @@ public:
|
||||
std::vector<int>bestlives;
|
||||
std::vector<int> bestrank;
|
||||
|
||||
bool telecookieexists;
|
||||
bool quickcookieexists;
|
||||
|
||||
std::string tele_gametime;
|
||||
|
||||
Reference in New Issue
Block a user