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