summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Bat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Bat.h')
-rw-r--r--src/Mobs/Bat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Bat.h b/src/Mobs/Bat.h
index e878d0ee8..6b06aeb4f 100644
--- a/src/Mobs/Bat.h
+++ b/src/Mobs/Bat.h
@@ -15,7 +15,7 @@ class cBat :
public:
cBat(void);
- CLASS_PROTODEF(cBat);
+ CLASS_PROTODEF(cBat)
bool IsHanging(void) const {return false; }
} ;