diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h index e373ec5e3..7033f3981 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -1034,6 +1034,7 @@ class Being : public ActorSprite, public ConfigListener static bool mEnableReorderSprites; static bool mHideErased; static bool mMoveNames; + static bool mUseDiagonal; static int mAwayEffect; unsigned int mMoveTime; |