]> git.lizzy.rs Git - minetest.git/blobdiff - src/genericobject.h
Mgvalleys: use standard caves
[minetest.git] / src / genericobject.h
index b36a3830d88511a3bdd3894d6ceb2217a099bb31..b92570831475025bb973fded7dc216ff05182a71 100644 (file)
@@ -69,7 +69,7 @@ std::string gob_cmd_update_armor_groups(const ItemGroupList &armor_groups);
 std::string gob_cmd_update_physics_override(float physics_override_speed,
                float physics_override_jump, float physics_override_gravity, bool sneak, bool sneak_glitch);
 
-std::string gob_cmd_update_animation(v2f frames, float frame_speed, float frame_blend);
+std::string gob_cmd_update_animation(v2f frames, float frame_speed, float frame_blend, bool frame_loop);
 
 std::string gob_cmd_update_bone_position(std::string bone, v3f position, v3f rotation);