1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-18 10:38:31 +02:00

Put trinkets() and crewmates() declaration on their own lines

Done to improve readability.
This commit is contained in:
Misa 2020-04-09 15:58:24 -07:00 committed by Ethan Lee
parent 17a64aee7a
commit a37715abb6

View File

@ -238,7 +238,8 @@ public:
int deathseq, lifeseq;
int trinkets(), crewmates();
int trinkets();
int crewmates();
int savepoint, teleportxpos;
bool teleport;
int edteleportent;