From f9d3ab01d35cbad6d9bd0f203c6647fbfe251754 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 2 Mar 2021 13:29:13 +0100 Subject: Code quality in files that were changed --- src/script/common/c_content.cpp | 2 ++ src/script/common/c_content.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/script/common') diff --git a/src/script/common/c_content.cpp b/src/script/common/c_content.cpp index 90787e13d..585e664fd 100644 --- a/src/script/common/c_content.cpp +++ b/src/script/common/c_content.cpp @@ -123,6 +123,7 @@ void read_item_definition(lua_State* L, int index, getstringfield(L, index, "node_placement_prediction", def.node_placement_prediction); } + /******************************************************************************/ void read_wield_animation(lua_State *L, int index) { @@ -230,6 +231,7 @@ void read_wield_animation(lua_State *L, int index) anim.setDuration(totalDuration); lua_pop(L, 1); } + /******************************************************************************/ void push_item_definition(lua_State *L, const ItemDefinition &i) { diff --git a/src/script/common/c_content.h b/src/script/common/c_content.h index 2733be663..181176efe 100644 --- a/src/script/common/c_content.h +++ b/src/script/common/c_content.h @@ -47,7 +47,6 @@ class NodeDefManager; struct PointedThing; struct ItemStack; struct ItemDefinition; - struct ToolCapabilities; struct ObjectProperties; struct SimpleSoundSpec; @@ -109,7 +108,7 @@ void push_item_definition (lua_State *L, const ItemDefinition &i); void push_item_definition_full (lua_State *L, const ItemDefinition &i); -void read_wield_animation(lua_State *L, int index); +void read_wield_animation(lua_State *L, int index); void read_object_properties (lua_State *L, int index, ServerActiveObject *sao, -- cgit v1.2.3