summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-14 13:14:43 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-14 13:14:43 +0200
commitf501cfd799fb156a32df8791fa3b3ad590d3c0d8 (patch)
tree05bc86fcc6b7fec5a700bdc63b11b74caeb2212e /src/constants.h
parentbe2c7dfb97c4e617eaa2fef94da822c5e4e9ffd1 (diff)
downloadminetest-f501cfd799fb156a32df8791fa3b3ad590d3c0d8.tar.gz
minetest-f501cfd799fb156a32df8791fa3b3ad590d3c0d8.tar.bz2
minetest-f501cfd799fb156a32df8791fa3b3ad590d3c0d8.zip
tinkering around
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h
index bbd9fa823..83a070217 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -45,6 +45,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define SERVER_MAP_SAVE_INTERVAL (10)*/
#define FOV_ANGLE (PI/2.5)
+//#define FOV_ANGLE (PI/2.25)
// The absolute working limit is (2^15 - viewing_range).
#define MAP_GENERATION_LIMIT (31000)