Translated using Weblate (Japanese)
[oweals/minetest.git] / src / content_cao.h
index 58c373389868c977ee7f596d8ffb06bb4faa6c52..299d6c73e0a54a34b77d541c5a2526521d17fa88 100644 (file)
@@ -86,6 +86,7 @@ private:
        v2s32 m_animation_range;
        int m_animation_speed;
        int m_animation_blend;
+       bool m_animation_loop;
        std::map<std::string, core::vector2d<v3f> > m_bone_position; // stores position and rotation for each bone name
        std::string m_attachment_bone;
        v3f m_attachment_position;
@@ -177,6 +178,8 @@ public:
 
        void updateLight(u8 light_at_pos);
 
+       void updateLightNoCheck(u8 light_at_pos);
+
        v3s16 getLightPosition();
 
        void updateNodePos();