diff options
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index b09e63828..5fa17b7f8 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -425,6 +425,9 @@ class LocalPlayer final : public Being, void freezeMoving(const int timeWaitTicks); + void failMove(const int x, + const int y); + protected: void updateCoords() override final; @@ -523,6 +526,7 @@ class LocalPlayer final : public Being, bool mShowNavigePath; bool mAllowRename; bool mFreezed; + bool mAllowNextStep; }; extern LocalPlayer *localPlayer; |