Remove unused variable game.trinkencollect

Don't know why it's here. Looks like a typo of 'trinketcollect' maybe?
This commit is contained in:
Misa
2020-04-08 22:18:27 -07:00
committed by Ethan Lee
parent fb9791a4c7
commit 756c409d1d

View File

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