diff options
Diffstat (limited to 'src/client/localplayer.h')
-rw-r--r-- | src/client/localplayer.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/localplayer.h b/src/client/localplayer.h index 345aec9d9..dc3e76118 100644 --- a/src/client/localplayer.h +++ b/src/client/localplayer.h @@ -157,7 +157,11 @@ public: { added_velocity += vel; } - + + void tryReattach(int id); + + bool isWaitingForReattach() const; + private: void accelerate(const v3f &target_speed, const f32 max_increase_H, const f32 max_increase_V, const bool use_pitch); |