summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Ghast.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Ghast.h')
-rw-r--r--source/Mobs/Ghast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Ghast.h b/source/Mobs/Ghast.h
index e6248b656..b560d6907 100644
--- a/source/Mobs/Ghast.h
+++ b/source/Mobs/Ghast.h
@@ -15,7 +15,7 @@ class cGhast :
public:
cGhast(void);
- virtual bool IsA(const char * a_EntityType) override;
+ CLASS_PROTODEF(cGhast);
virtual void GetDrops(cItems & a_Drops, cPawn * a_Killer = NULL) override;
} ;