summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Enderman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Enderman.cpp')
-rw-r--r--source/Mobs/Enderman.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/Mobs/Enderman.cpp b/source/Mobs/Enderman.cpp
index b41f8f405..2739265f1 100644
--- a/source/Mobs/Enderman.cpp
+++ b/source/Mobs/Enderman.cpp
@@ -17,15 +17,6 @@ cEnderman::cEnderman(void)
-bool cEnderman::IsA(const char * a_EntityType)
-{
- return ((strcmp(a_EntityType, "cEnderman") == 0) || super::IsA(a_EntityType));
-}
-
-
-
-
-
void cEnderman::Tick(float a_Dt)
{
cMonster::Tick(a_Dt);