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:
Misa
2020-04-08 22:20:26 -07:00
committed by Ethan Lee
parent 756c409d1d
commit 317eece28d
3 changed files with 1 additions and 9 deletions

View File

@@ -247,7 +247,7 @@ public:
int deathseq, lifeseq;
int coins, trinkets(), crewmates();
int trinkets(), crewmates();
int savepoint, teleport, teleportxpos;
int edteleportent;
bool completestop;