diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-18 11:54:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-18 11:54:29 +0300 |
commit | 4b754c29f7fe0c7531fa6ce68a70a913e7172337 (patch) | |
tree | 6fe52bc7e430eb1a5f9eff227c9105c9ee2b9c9e /src/gui/popups | |
parent | 16b5c64933bf29d8e56e0d989ebab18ddae143a8 (diff) | |
download | plus-4b754c29f7fe0c7531fa6ce68a70a913e7172337.tar.gz plus-4b754c29f7fe0c7531fa6ce68a70a913e7172337.tar.bz2 plus-4b754c29f7fe0c7531fa6ce68a70a913e7172337.tar.xz plus-4b754c29f7fe0c7531fa6ce68a70a913e7172337.zip |
Fix crash with player popup.
Diffstat (limited to 'src/gui/popups')
-rw-r--r-- | src/gui/popups/beingpopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/beingpopup.cpp b/src/gui/popups/beingpopup.cpp index f6c694059..f2e2b723a 100644 --- a/src/gui/popups/beingpopup.cpp +++ b/src/gui/popups/beingpopup.cpp @@ -213,7 +213,7 @@ void BeingPopup::show(const int x, const int y, Being *const b) } else { - label6 = label4; + label6 = label5; label5 = nullptr; } |