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