summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-11 20:37:54 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-11 20:37:54 +0200
commit21372749f5700632a0f136f1b1db29bd424bc448 (patch)
tree745b390591ab52a4c06d96c10a2d5f6e18c4c481 /src/map.h
parent52d99fef31daa60903053bc565b6b9d3a31a2bc8 (diff)
downloadminetest-21372749f5700632a0f136f1b1db29bd424bc448.tar.gz
minetest-21372749f5700632a0f136f1b1db29bd424bc448.tar.bz2
minetest-21372749f5700632a0f136f1b1db29bd424bc448.zip
now it works nicely
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