mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Put trinkets() and crewmates() declaration on their own lines
Done to improve readability.
This commit is contained in:
@@ -238,7 +238,8 @@ public:
|
|||||||
|
|
||||||
int deathseq, lifeseq;
|
int deathseq, lifeseq;
|
||||||
|
|
||||||
int trinkets(), crewmates();
|
int trinkets();
|
||||||
|
int crewmates();
|
||||||
int savepoint, teleportxpos;
|
int savepoint, teleportxpos;
|
||||||
bool teleport;
|
bool teleport;
|
||||||
int edteleportent;
|
int edteleportent;
|
||||||
|
|||||||
Reference in New Issue
Block a user