summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2018-02-20 19:32:24 +0000
committerSmallJoker <mk939@ymail.com>2018-06-03 17:32:00 +0200
commit8aaf526730a621ae6d8d2839730437b605d892e7 (patch)
treed23cf65c6cb1e30f774b008c251f65ad8b435558 /src/map.h
parentc683e050d45285f38f822f04eeb65ad6c604c119 (diff)
downloadminetest-8aaf526730a621ae6d8d2839730437b605d892e7.tar.gz
minetest-8aaf526730a621ae6d8d2839730437b605d892e7.tar.bz2
minetest-8aaf526730a621ae6d8d2839730437b605d892e7.zip
SAO limits: Allow SAOs to exist outside the set 'mapgen limit'
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index 4b6e08f96..5123a7ec1 100644
--- a/src/map.h
+++ b/src/map.h
@@ -377,8 +377,6 @@ public:
*/
ServerMapSector *createSector(v2s16 p);
- bool saoPositionOverLimit(const v3f &p);
-
/*
Blocks are generated by using these and makeBlock().
*/