]> git.lizzy.rs Git - minetest.git/blobdiff - src/script/common/c_content.h
Fix `plantlike_rooted` world-aligned node base textures (#12994)
[minetest.git] / src / script / common / c_content.h
index aa8746eff62a349bde34cc425001b5df7a12fff9..1f8b973b5227e4382a9701959e4501ecfda7dd95 100644 (file)
@@ -85,7 +85,7 @@ void               push_palette              (lua_State *L,
                                               const std::vector<video::SColor> *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);