mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +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 trinkets(), crewmates();
|
||||
int trinkets();
|
||||
int crewmates();
|
||||
int savepoint, teleportxpos;
|
||||
bool teleport;
|
||||
int edteleportent;
|
||||
|
||||
Reference in New Issue
Block a user