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, 1 insertions, 3 deletions
diff --git a/src/map.h b/src/map.h
index 57edd7708..f23cd3783 100644
--- a/src/map.h
+++ b/src/map.h
@@ -189,7 +189,7 @@ public:
MapBlock * getBlockNoCreateNoEx(v3s16 p);
/* Server overrides */
- virtual MapBlock * emergeBlock(v3s16 p, bool allow_generate=true)
+ virtual MapBlock * emergeBlock(v3s16 p, bool create_blank=true)
{ return getBlockNoCreateNoEx(p); }
// Returns InvalidPositionException if not found
@@ -550,8 +550,6 @@ public:
void setMap(Map *map)
{m_map = map;}
- void initializeBlank(v3s16 pmin, v3s16 pmax);
-
void initialEmerge(v3s16 blockpos_min, v3s16 blockpos_max,
bool load_if_inexistent = true);