1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

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 coins, trinkets(), crewmates(), trinkencollect;
int coins, trinkets(), crewmates();
int savepoint, teleport, teleportxpos;
int edteleportent;
bool completestop;