summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Sheep.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Sheep.h')
-rw-r--r--source/Mobs/Sheep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Sheep.h b/source/Mobs/Sheep.h
index 801cf97d7..369fc78c5 100644
--- a/source/Mobs/Sheep.h
+++ b/source/Mobs/Sheep.h
@@ -20,7 +20,7 @@ public:
CLASS_PROTODEF(cSheep);
- virtual void GetDrops(cItems & a_Drops, cPawn * a_Killer = NULL) override;
+ virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
} ;