summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Enderman.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Enderman.h')
-rw-r--r--source/Mobs/Enderman.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Mobs/Enderman.h b/source/Mobs/Enderman.h
index 0703ca25e..44719ea5a 100644
--- a/source/Mobs/Enderman.h
+++ b/source/Mobs/Enderman.h
@@ -17,7 +17,6 @@ public:
CLASS_PROTODEF(cEnderman);
- virtual void Tick(float a_Dt, MTRand & a_TickRandom) override;
virtual void GetDrops(cItems & a_Drops, cPawn * a_Killer = NULL) override;
} ;