mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Put trinkets() and crewmates() declaration on their own lines
Done to improve readability.
This commit is contained in:
parent
17a64aee7a
commit
a37715abb6
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue