mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49: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 trinkets(), crewmates();
|
||||
int trinkets();
|
||||
int crewmates();
|
||||
int savepoint, teleportxpos;
|
||||
bool teleport;
|
||||
int edteleportent;
|
||||
|
|
Loading…
Reference in a new issue