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