summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 2 insertions, 1 deletions
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<v3s16, MapBlock*> &changed_blocks);
+ core::map<v3s16, MapBlock*> &changed_blocks,
+ bool force=false);
/*
Generate a chunk and its neighbors so that it won't be touched