X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=src%2Fscript%2Fcommon%2Fc_content.h;h=1f8b973b5227e4382a9701959e4501ecfda7dd95;hb=1f3b5e553bb581deddf468d62954ff238ebb1ac8;hp=aa8746eff62a349bde34cc425001b5df7a12fff9;hpb=981d79157a64468d19f140f5c55d8ccd3855fa71;p=minetest.git diff --git a/src/script/common/c_content.h b/src/script/common/c_content.h index aa8746eff..1f8b973b5 100644 --- a/src/script/common/c_content.h +++ b/src/script/common/c_content.h @@ -85,7 +85,7 @@ void push_palette (lua_State *L, const std::vector *palette); TileDef read_tiledef (lua_State *L, int index, - u8 drawtype); + u8 drawtype, bool special); void read_soundspec (lua_State *L, int index, SimpleSoundSpec &spec);