diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-27 22:00:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-27 22:00:16 +0300 |
commit | 9b68f83d94a706de6ba932fe7bfb7f5158cfecb1 (patch) | |
tree | 4fd622a97985a01dd98d28cc0cfacf032fb77411 /src/being/being.h | |
parent | 70b413e8786a871438e1a3240b843deaab2e597e (diff) | |
download | plus-9b68f83d94a706de6ba932fe7bfb7f5158cfecb1.tar.gz plus-9b68f83d94a706de6ba932fe7bfb7f5158cfecb1.tar.bz2 plus-9b68f83d94a706de6ba932fe7bfb7f5158cfecb1.tar.xz plus-9b68f83d94a706de6ba932fe7bfb7f5158cfecb1.zip |
Add option for show badges at top or char or after name.
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 e73789434..e58cbcb90 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -1104,6 +1104,7 @@ class Being notfinal : public ActorSprite, static Move mMoveNames; static bool mUseDiagonal; static bool mShowBadges; + static bool mShowBadgesTop; static int mAwayEffect; unsigned int mMoveTime; |