summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Chicken.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Chicken.cpp')
-rw-r--r--source/Mobs/Chicken.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/Mobs/Chicken.cpp b/source/Mobs/Chicken.cpp
index cd282f5ed..fe6526d76 100644
--- a/source/Mobs/Chicken.cpp
+++ b/source/Mobs/Chicken.cpp
@@ -23,15 +23,6 @@ cChicken::cChicken(void)
-bool cChicken::IsA(const char * a_EntityType)
-{
- return ((strcmp(a_EntityType, "cChicken") == 0) || super::IsA(a_EntityType));
-}
-
-
-
-
-
void cChicken::GetDrops(cItems & a_Drops, cPawn * a_Killer)
{
AddRandomDropItem(a_Drops, 0, 2, E_ITEM_FEATHER);