diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-09 23:24:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-09 23:24:25 +0300 |
commit | 7c42da72cde5a43dfd3894da44935da223d59436 (patch) | |
tree | 7ddb76ca90e6fa91ad51b750b14ccc54201020d1 /src/being.h | |
parent | 2381f6e964b228b30b735b7452d2234a4de9874f (diff) | |
download | mv-7c42da72cde5a43dfd3894da44935da223d59436.tar.gz mv-7c42da72cde5a43dfd3894da44935da223d59436.tar.bz2 mv-7c42da72cde5a43dfd3894da44935da223d59436.tar.xz mv-7c42da72cde5a43dfd3894da44935da223d59436.zip |
Add option to enable/disable reorder sprites feature.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 1 |
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; |