diff options
author | ShadowNinja <shadowninja@minetest.net> | 2014-01-11 13:47:59 -0500 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-01-11 13:52:26 -0500 |
commit | a9df87ede06f8f0f69e3481cf58f6d59d3f9ebbf (patch) | |
tree | 15bdf93980a6cf02ee661dbd139543b5763d5b5b /src/script/common/c_content.h | |
parent | bd8ddf1a526c57648028bbee192d92e1289219ac (diff) | |
download | minetest-a9df87ede06f8f0f69e3481cf58f6d59d3f9ebbf.tar.xz |
Rename get_json_value to read_json_value
Diffstat (limited to 'src/script/common/c_content.h')
-rw-r--r-- | src/script/common/c_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/common/c_content.h b/src/script/common/c_content.h index 3b85e5403..c2d84ac11 100644 --- a/src/script/common/c_content.h +++ b/src/script/common/c_content.h @@ -150,7 +150,7 @@ void luaentity_get (lua_State *L,u16 id); bool push_json_value (lua_State *L, const Json::Value &value, int nullindex); -void get_json_value (lua_State *L, +void read_json_value (lua_State *L, Json::Value &root, int index); |