De-duplicate vertical moving platform fix for player/SCM

Instead of having two separate functions to move entities along vertical
moving platforms, one for the player and one for the supercrewmate, they
have been consolidated into one function.
This commit is contained in:
Misa
2020-09-05 17:25:49 -07:00
committed by Ethan Lee
parent 1c5b72410a
commit ceaee392e5
3 changed files with 8 additions and 55 deletions

View File

@@ -152,9 +152,7 @@ public:
void entitymapcollision(int t);
void movingplatformfix(int t);
void scmmovingplatformfix(int t);
void movingplatformfix(int t, int j);
void hormovingplatformfix(int t);