mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-01 18:52:02 +03:00
Remove useless variable game.coins
It kept getting set to 0 and getting incremented sometimes, but without it ever actually getting checked, it's a useless variable.
This commit is contained in:
@@ -247,7 +247,7 @@ public:
|
||||
|
||||
int deathseq, lifeseq;
|
||||
|
||||
int coins, trinkets(), crewmates();
|
||||
int trinkets(), crewmates();
|
||||
int savepoint, teleport, teleportxpos;
|
||||
int edteleportent;
|
||||
bool completestop;
|
||||
|
||||
Reference in New Issue
Block a user