Falling sand and gravel
[oweals/minetest.git] / src / player.h
index ecde59ce1931b6c5cd554536da070c62b198dd50..56bb5083cce17adb84ed678e0b167689f6689d80 100644 (file)
@@ -62,10 +62,7 @@ public:
                return m_position;
        }
 
-       v3s16 getLightPosition() const
-       {
-               return floatToInt(m_position + v3f(0,BS+BS/2,0), BS);
-       }
+       v3s16 getLightPosition() const;
 
        v3f getEyeOffset()
        {