diff options
author | paramat <paramat@users.noreply.github.com> | 2018-02-20 19:32:24 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2018-02-26 17:21:45 +0000 |
commit | 359a940dde0d0d85b288c8af6b10bccbd021f9c1 (patch) | |
tree | 7eda6f7869726595c25e80961e74059a5f99f91a /src/map.h | |
parent | 88a7160ad8c303e7c1cb7c3141583fab131b2dda (diff) | |
download | minetest-359a940dde0d0d85b288c8af6b10bccbd021f9c1.tar.gz minetest-359a940dde0d0d85b288c8af6b10bccbd021f9c1.tar.bz2 minetest-359a940dde0d0d85b288c8af6b10bccbd021f9c1.zip |
SAO limits: Allow SAOs to exist outside the set 'mapgen limit'
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -350,8 +350,6 @@ public: */ MapSector *createSector(v2s16 p); - bool saoPositionOverLimit(const v3f &p); - /* Blocks are generated by using these and makeBlock(). */ |