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