summaryrefslogtreecommitdiffstats
path: root/src/Mobs/CaveSpider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/CaveSpider.h')
-rw-r--r--src/Mobs/CaveSpider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mobs/CaveSpider.h b/src/Mobs/CaveSpider.h
index c2aacd2c7..be9f174f9 100644
--- a/src/Mobs/CaveSpider.h
+++ b/src/Mobs/CaveSpider.h
@@ -6,13 +6,13 @@
-class cCavespider :
+class cCaveSpider :
public cAggressiveMonster
{
typedef cAggressiveMonster super;
public:
- cCavespider(void);
+ cCaveSpider(void);
CLASS_PROTODEF(cCaveSpider);