From: Perttu Ahola Date: Wed, 18 May 2011 18:59:31 +0000 (+0300) Subject: small comment update X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=cdfb5345e980741f19c2ba02b06c24a763cd3e18;p=zefram%2Fminetest%2Fminetest_engine.git small comment update --- diff --git a/src/constants.h b/src/constants.h index cdd61470..14ca58b4 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