mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user