mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 18:24:41 +03:00
Don't use separate variable for number of collected crewmates
Same as previous commit, except for crewmates in custom levels instead.
This commit is contained in:
@@ -247,7 +247,7 @@ public:
|
||||
|
||||
int deathseq, lifeseq;
|
||||
|
||||
int coins, trinkets(), crewmates, trinkencollect;
|
||||
int coins, trinkets(), crewmates(), trinkencollect;
|
||||
int savepoint, teleport, teleportxpos;
|
||||
int edteleportent;
|
||||
bool completestop;
|
||||
|
||||
Reference in New Issue
Block a user