summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-05 21:55:20 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-05 21:55:20 +0300
commit5413a9e7c761dc80cf33dbee8593b8721c1539b6 (patch)
tree3fd9b01c8d4d3d75b02b4fec531927b282b7df29 /src/being/being.h
parentac01c186d37b14da92314ff44b4e043b0c0ee31b (diff)
downloadplus-5413a9e7c761dc80cf33dbee8593b8721c1539b6.tar.gz
plus-5413a9e7c761dc80cf33dbee8593b8721c1539b6.tar.bz2
plus-5413a9e7c761dc80cf33dbee8593b8721c1539b6.tar.xz
plus-5413a9e7c761dc80cf33dbee8593b8721c1539b6.zip
add option to use special diagonal moving speed.
By default option enabled.
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h1
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;