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