diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/castingeffect.h | 1 | ||||
-rw-r--r-- | src/being/localplayer.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/being/castingeffect.h b/src/being/castingeffect.h index fceccc10c..6a2b4bf1a 100644 --- a/src/being/castingeffect.h +++ b/src/being/castingeffect.h @@ -28,7 +28,6 @@ #include "localconsts.h" class AnimatedSprite; -class Map; class CastingEffect final : public Actor { diff --git a/src/being/localplayer.h b/src/being/localplayer.h index cfbdf4285..e48730f6b 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -534,7 +534,6 @@ class LocalPlayer final : public Being, bool mShowNavigePath; bool mAllowRename; bool mFreezed; - bool mAllowNextStep; }; extern LocalPlayer *localPlayer; |