From 1e0e85f82e030e761c36ba5a12427bec0fb4e4f2 Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Thu, 23 Jul 2015 04:35:13 +0200 Subject: Fix issues with light of attached CAOs --- src/clientobject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/clientobject.h') diff --git a/src/clientobject.h b/src/clientobject.h index 4a77139e2..be24e1388 100644 --- a/src/clientobject.h +++ b/src/clientobject.h @@ -54,6 +54,7 @@ public: virtual void removeFromScene(bool permanent){} // 0 <= light_at_pos <= LIGHT_SUN virtual void updateLight(u8 light_at_pos){} + virtual void updateLightNoCheck(u8 light_at_pos){} virtual v3s16 getLightPosition(){return v3s16(0,0,0);} virtual core::aabbox3d* getSelectionBox(){return NULL;} virtual bool getCollisionBox(aabb3f *toset){return false;} -- cgit v1.2.3