]> git.lizzy.rs Git - minetest.git/blobdiff - src/constants.h
Tune generation responsiveness and cheat inhibition on server
[minetest.git] / src / constants.h
index 1af5f1f1b2a9e55d4cbe5d1806e11cc6e75fd85f..a7cf1709b6ec036d864641616aecc02018f7b306 100644 (file)
@@ -44,16 +44,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #define PI 3.14159
 
-// This is the same as in minecraft and everything else
-#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
-#define BS 10
+#define BS (10.0)
 
 #define MAP_BLOCKSIZE 16
 /*