summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index c2725d3d6..46580ed3b 100644
--- a/src/map.h
+++ b/src/map.h
@@ -401,7 +401,7 @@ public:
Blocks are generated by using these and makeBlock().
*/
bool initBlockMake(BlockMakeData *data, v3s16 blockpos);
- MapBlock *finishBlockMake(BlockMakeData *data,
+ void finishBlockMake(BlockMakeData *data,
std::map<v3s16, MapBlock*> &changed_blocks);
/*
@@ -419,7 +419,7 @@ public:
*/
MapBlock * emergeBlock(v3s16 p, bool create_blank=true);
-
+
/*
Try to get a block.
If it does not exist in memory, add it to the emerge queue.