summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Zombie.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Zombie.h')
-rw-r--r--source/Mobs/Zombie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Zombie.h b/source/Mobs/Zombie.h
index 5813a900b..61f8e3bb8 100644
--- a/source/Mobs/Zombie.h
+++ b/source/Mobs/Zombie.h
@@ -17,7 +17,7 @@ public:
CLASS_PROTODEF(cZombie);
virtual void Tick(float a_Dt, cChunk & a_Chunk) override;
- virtual void GetDrops(cItems & a_Drops, cPawn * a_Killer = NULL) override;
+ virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
} ;