diff options
Diffstat (limited to 'src/Mobs/Bat.h')
-rw-r--r-- | src/Mobs/Bat.h | 2 |
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; } } ; |