diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2016-10-08 19:08:23 +0200 |
---|---|---|
committer | Ner'zhul <nerzhul@users.noreply.github.com> | 2016-10-08 22:27:44 +0200 |
commit | 569b89b36fff058390cb90458da4285552a9c97e (patch) | |
tree | e4329a3e1a567301e7b09c416bbb7ab64585b7af /src/environment.h | |
parent | 7bbd716426bf989bf071e2322a9b797cc5f78acb (diff) | |
download | minetest-569b89b36fff058390cb90458da4285552a9c97e.tar.gz minetest-569b89b36fff058390cb90458da4285552a9c97e.tar.bz2 minetest-569b89b36fff058390cb90458da4285552a9c97e.zip |
Move RemotePlayer code to its own cpp/header
Diffstat (limited to 'src/environment.h')
-rw-r--r-- | src/environment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/environment.h b/src/environment.h index 7ed38ad5d..f19708ad7 100644 --- a/src/environment.h +++ b/src/environment.h @@ -377,7 +377,7 @@ public: Find out what new objects have been removed from inside a radius around a position */ - void getRemovedActiveObjects(RemotePlayer* player, s16 radius, + void getRemovedActiveObjects(RemotePlayer *player, s16 radius, s16 player_radius, std::set<u16> ¤t_objects, std::queue<u16> &removed_objects); |