diff options
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); |