aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/clientobject.h')
-rw-r--r--src/client/clientobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/clientobject.h b/src/client/clientobject.h
index ecd8059ef..19f8e3b72 100644
--- a/src/client/clientobject.h
+++ b/src/client/clientobject.h
@@ -44,6 +44,7 @@ public:
virtual void updateLight(u32 day_night_ratio) {}
+ virtual bool isItem() const { return false; }
virtual bool getCollisionBox(aabb3f *toset) const { return false; }
virtual bool getSelectionBox(aabb3f *toset) const { return false; }
virtual bool collideWithObjects() const { return false; }