From 21372749f5700632a0f136f1b1db29bd424bc448 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 11 Feb 2011 20:37:54 +0200 Subject: now it works nicely --- src/map.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index fb0555824..e93ba2cd3 100644 --- a/src/map.h +++ b/src/map.h @@ -364,7 +364,8 @@ public: All chunks touching this one can be altered also. */ MapChunk* generateChunkRaw(v2s16 chunkpos, - core::map &changed_blocks); + core::map &changed_blocks, + bool force=false); /* Generate a chunk and its neighbors so that it won't be touched -- cgit v1.2.3