summaryrefslogtreecommitdiffhomepage
path: root/src/chunk.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r--src/chunk.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp
index e2b812fb..266d01e5 100644
--- a/src/chunk.hpp
+++ b/src/chunk.hpp
@@ -117,8 +117,8 @@ public:
static constexpr size_t max_wall_quad_count =
TILE_COUNT*Wall::Direction_COUNT*(Wall::Group_COUNT+4);
- pass_region make_pass_region();
- pass_region make_pass_region(const Search::pred& f);
+ pass_region make_pass_region(bool debug = false);
+ pass_region make_pass_region(const Search::pred& f, bool debug = false);
private:
struct ground_stuff