Remove unused function entityclass::checkdirectional()

This function is never used anywhere in the game.
This commit is contained in:
Misa
2020-04-01 15:49:44 -07:00
committed by Ethan Lee
parent 6a28c5de30
commit 4f318e1ee1
2 changed files with 0 additions and 30 deletions

View File

@@ -116,8 +116,6 @@ public:
bool entitycollide(int a, int b);
bool checkdirectional(int t);
bool checkdamage();
bool scmcheckdamage();