diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-06-05 20:34:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-25 21:38:30 +0300 |
commit | f67a60ea6108e2c70186bf4742c223179ac5f4be (patch) | |
tree | c057d9dc5a8c9716b24b5ba2dc4cb576832ee1dc /src/gui/popups/statuspopup.h | |
parent | 760b544fb26dcfc5103a44bf977cd8cd95b0862a (diff) | |
download | plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.tar.gz plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.tar.bz2 plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.tar.xz plus-f67a60ea6108e2c70186bf4742c223179ac5f4be.zip |
add targetingType feature
Diffstat (limited to 'src/gui/popups/statuspopup.h')
-rw-r--r-- | src/gui/popups/statuspopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/statuspopup.h b/src/gui/popups/statuspopup.h index 43b793821..ed39c3ab6 100644 --- a/src/gui/popups/statuspopup.h +++ b/src/gui/popups/statuspopup.h @@ -30,7 +30,7 @@ class Label; -const int STATUSPOPUP_NUM_LABELS = 15; +const int STATUSPOPUP_NUM_LABELS = 16; /** * A popup that displays information about an item. |