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