diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-05-18 21:59:31 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-05-18 21:59:31 +0300 |
commit | cdfb5345e980741f19c2ba02b06c24a763cd3e18 (patch) | |
tree | 31861f3d0f54676e1f9183026228f0414e8b70e3 /src/constants.h | |
parent | 9de8e59c2033e155a5ed9be49bbf57b11e6b91fd (diff) | |
download | minetest-cdfb5345e980741f19c2ba02b06c24a763cd3e18.tar.gz minetest-cdfb5345e980741f19c2ba02b06c24a763cd3e18.tar.bz2 minetest-cdfb5345e980741f19c2ba02b06c24a763cd3e18.zip |
small comment update
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h index cdd61470c..14ca58b43 100644 --- a/src/constants.h +++ b/src/constants.h @@ -53,6 +53,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #define FOV_ANGLE (PI/2.5) // The absolute working limit is (2^15 - viewing_range). +// I really don't want to make every algorithm to check if it's +// going near the limit or not, so this is lower. #define MAP_GENERATION_LIMIT (31000) // Size of node in rendering units |