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