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