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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Enderman.h b/source/Mobs/Enderman.h
index b175e8b1b..adcbe3b4b 100644
--- a/source/Mobs/Enderman.h
+++ b/source/Mobs/Enderman.h
@@ -15,7 +15,7 @@ class cEnderman :
public:
cEnderman(void);
- virtual bool IsA(const char * a_EntityType) override;
+ CLASS_PROTODEF(cEnderman);
virtual void Tick(float a_Dt) override;
virtual void GetDrops(cItems & a_Drops, cPawn * a_Killer = NULL) override;