aboutsummaryrefslogtreecommitdiff
path: root/src/script/common/c_content.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/common/c_content.cpp')
-rw-r--r--src/script/common/c_content.cpp2
1 files changed, 2 insertions, 0 deletions
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)
{