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