mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01: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:
parent
fb9791a4c7
commit
756c409d1d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue