diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-01 16:15:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-01 16:15:31 +0300 |
commit | 7abf9198788c8ec476c6099faf7ebd25be372655 (patch) | |
tree | 52629718dc762bfd772e3304c98f155869bcd574 /src/gui/popups/beingpopup.h | |
parent | 7afb9df4a8fdecc0d6b93a7dbd7044e0f6a358f3 (diff) | |
download | plus-7abf9198788c8ec476c6099faf7ebd25be372655.tar.gz plus-7abf9198788c8ec476c6099faf7ebd25be372655.tar.bz2 plus-7abf9198788c8ec476c6099faf7ebd25be372655.tar.xz plus-7abf9198788c8ec476c6099faf7ebd25be372655.zip |
Show enabled status effects in player popups.
Diffstat (limited to 'src/gui/popups/beingpopup.h')
-rw-r--r-- | src/gui/popups/beingpopup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/popups/beingpopup.h b/src/gui/popups/beingpopup.h index c6f2a4a40..11e5865ed 100644 --- a/src/gui/popups/beingpopup.h +++ b/src/gui/popups/beingpopup.h @@ -65,6 +65,7 @@ class BeingPopup final : public Popup Label *mBeingBuyBoard A_NONNULLPOINTER; Label *mBeingSellBoard A_NONNULLPOINTER; Label *mBeingRoom A_NONNULLPOINTER; + Label *mBeingEffects A_NONNULLPOINTER; }; extern BeingPopup *beingPopup; |