From c40e993ce4a13321e57856fb40566fa93a5ef187 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 8 Nov 2014 14:35:55 +0100 Subject: Replace setting unlimited_player_transfer_distance with player_transfer_distance --- src/environment.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/environment.h') diff --git a/src/environment.h b/src/environment.h index e8ae044e3..030235826 100644 --- a/src/environment.h +++ b/src/environment.h @@ -259,6 +259,7 @@ public: inside a radius around a position */ void getAddedActiveObjects(v3s16 pos, s16 radius, + s16 player_radius, std::set ¤t_objects, std::set &added_objects); @@ -267,6 +268,7 @@ public: inside a radius around a position */ void getRemovedActiveObjects(v3s16 pos, s16 radius, + s16 player_radius, std::set ¤t_objects, std::set &removed_objects); -- cgit v1.2.3