Remove unused function entityclass::gettype()

Not sure why this function is here. It makes sense if you know that the
game will only do certain moving platform things if you already have a
moving platform in the room, however apparently this function has
absolutely nothing to do with it.
This commit is contained in:
Misa
2020-04-03 14:34:15 -07:00
committed by Ethan Lee
parent 744c685614
commit 46c17052c6
2 changed files with 0 additions and 16 deletions

View File

@@ -91,8 +91,6 @@ public:
void animateentities(int i);
bool gettype(int t);
int getcompanion();
int getplayer();