Remove now-unused entityclass::hormovingplatformfix()

This function is no longer used after I removed it in favor of using
`entityclass::moveblockto()`.
This commit is contained in:
Misa
2020-10-09 17:09:32 -07:00
committed by Ethan Lee
parent 99297659ee
commit e8084fe699
2 changed files with 0 additions and 15 deletions

View File

@@ -168,8 +168,6 @@ public:
void movingplatformfix(int t, int j);
void hormovingplatformfix(int t);
void entitycollisioncheck();
void collisioncheck(int i, int j, bool scm = false);