small comment update

master
Perttu Ahola 2011-05-18 21:59:31 +03:00
parent 9de8e59c20
commit cdfb5345e9
1 changed files with 2 additions and 0 deletions

View File

@ -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