diff options
author | Jude Melton-Houghton <jwmhjwmh@gmail.com> | 2022-12-12 08:45:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 08:45:09 -0500 |
commit | 1f3b5e553bb581deddf468d62954ff238ebb1ac8 (patch) | |
tree | 23d4f6f510191b05cd4abb445327720b7ee50843 /src/script/common/c_content.h | |
parent | 981d79157a64468d19f140f5c55d8ccd3855fa71 (diff) | |
download | minetest-1f3b5e553bb581deddf468d62954ff238ebb1ac8.tar.xz |
Fix `plantlike_rooted` world-aligned node base textures (#12994)
Co-authored-by: Wuzzy <Wuzzy@disroot.org>
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 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<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); |