From 4b754c29f7fe0c7531fa6ce68a70a913e7172337 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Feb 2015 11:54:29 +0300 Subject: Fix crash with player popup. --- src/gui/popups/beingpopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50