diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Enderman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Enderman.h b/source/Mobs/Enderman.h index 44719ea5a..c4f4ee364 100644 --- a/source/Mobs/Enderman.h +++ b/source/Mobs/Enderman.h @@ -17,7 +17,7 @@ public: CLASS_PROTODEF(cEnderman); - virtual void GetDrops(cItems & a_Drops, cPawn * a_Killer = NULL) override; + virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override; } ; |