diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 67deb9367..38e7a4cd9 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "player.h" #include <list> -class ClientEnvironment; +class Environment; class ClientActiveObject; @@ -46,9 +46,9 @@ public: v3f overridePosition; - void move(f32 dtime, ClientEnvironment *env, f32 pos_max_d, + void move(f32 dtime, Environment *env, f32 pos_max_d); + void move(f32 dtime, Environment *env, f32 pos_max_d, std::list<CollisionInfo> *collision_info); - void move(f32 dtime, ClientEnvironment *env, f32 pos_max_d); void applyControl(float dtime); |