summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-09 23:24:25 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-09 23:24:25 +0300
commit7c42da72cde5a43dfd3894da44935da223d59436 (patch)
tree7ddb76ca90e6fa91ad51b750b14ccc54201020d1 /src/being.h
parent2381f6e964b228b30b735b7452d2234a4de9874f (diff)
downloadplus-7c42da72cde5a43dfd3894da44935da223d59436.tar.gz
plus-7c42da72cde5a43dfd3894da44935da223d59436.tar.bz2
plus-7c42da72cde5a43dfd3894da44935da223d59436.tar.xz
plus-7c42da72cde5a43dfd3894da44935da223d59436.zip
Add option to enable/disable reorder sprites feature.
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index 092e324e4..76c968451 100644
--- a/src/being.h
+++ b/src/being.h
@@ -873,6 +873,7 @@ class Being : public ActorSprite, public ConfigListener
static bool mShowGender;
static bool mShowLevel;
static bool mShowPlayersStatus;
+ static bool mEnableReorderSprites;
unsigned int mMoveTime;
unsigned int mAttackTime;