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