From b246812455737b2d0337dec905ba0256adefd105 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Thu, 7 May 2015 02:54:30 -0400 Subject: Schematics: Add indent-with-space option for schematic Lua table serialization --- src/mg_schematic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mg_schematic.h') diff --git a/src/mg_schematic.h b/src/mg_schematic.h index 3f253ad92..5b546f879 100644 --- a/src/mg_schematic.h +++ b/src/mg_schematic.h @@ -110,7 +110,7 @@ public: bool deserializeFromMts(std::istream *is, std::vector *names); bool serializeToMts(std::ostream *os, const std::vector &names); bool serializeToLua(std::ostream *os, const std::vector &names, - bool use_comments); + bool use_comments, u32 indent_spaces); void placeStructure(Map *map, v3s16 p, u32 flags, Rotation rot, bool force_placement); -- cgit v1.2.3