diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 3c0ed4286..732c27c7f 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -421,6 +421,8 @@ class LocalPlayer final : public Being, bool getRename() const { return mAllowRename; } + bool canMove() const; + protected: void updateCoords() override final; |