]> git.lizzy.rs Git - minetest.git/blobdiff - src/player.cpp
Fix old world search path for non-run-in-place build
[minetest.git] / src / player.cpp
index 068b51790117aea0bca74c699dd4710dd030dcdd..40b7a249793298aefec58d9b09c429f837b2077d 100644 (file)
@@ -293,8 +293,8 @@ void LocalPlayer::move(f32 dtime, Map &map, f32 pos_max_d,
        // This should always apply, otherwise there are glitches
        assert(d > pos_max_d);
 
-       float player_radius = BS*0.35;
-       float player_height = BS*1.7;
+       float player_radius = BS*0.30;
+       float player_height = BS*1.55;
        
        // Maximum distance over border for sneaking
        f32 sneak_max = BS*0.4;