projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de8e59
)
small comment update
author
Perttu Ahola
<celeron55@gmail.com>
Wed, 18 May 2011 18:59:31 +0000
(21:59 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Wed, 18 May 2011 18:59:31 +0000
(21:59 +0300)
src/constants.h
patch
|
blob
|
history
diff --git
a/src/constants.h
b/src/constants.h
index cdd61470c322156013d03c76809e0d6a7ebf6484..14ca58b433d5e13b45e620a81a1a933f24411494 100644
(file)
--- 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