diff options
Diffstat (limited to 'src/player.cpp')
-rw-r--r-- | src/player.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/player.cpp b/src/player.cpp index 07879c21a..3bde8a563 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -428,8 +428,7 @@ void LocalPlayer::move(f32 dtime, Map &map, f32 pos_max_d) // walking over map borders } - core::aabbox3d<f32> nodebox = Map::getNodeBox( - v3s16(x,y,z)); + core::aabbox3d<f32> nodebox = getNodeBox(v3s16(x,y,z), BS); /* See if the player is touching ground. |