Modernize client code (#6250)
[oweals/minetest.git] / src / constants.h
index fb9e97cb3c09f3161fde756480a7e3b1e309432f..e615d00cd576af3a44cc5016a2667de52091ffe9 100644 (file)
@@ -80,6 +80,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 // the main loop (related to TempMods and day/night)
 //#define MAP_BLOCKSIZE 32
 
+// Player step height in nodes
+#define PLAYER_DEFAULT_STEPHEIGHT 0.6f
+
 /*
     Old stuff that shouldn't be hardcoded
 */