From 6c8e36fd24a38746b9a5c51ceda1f0965bc1bcb2 Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Mon, 2 May 2011 00:34:04 +0000 Subject: [PATCH] last try to fix the display crash for today. If this does not work comment the line 813 to fix it. --- source/glest_game/gui/gui.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/glest_game/gui/gui.cpp b/source/glest_game/gui/gui.cpp index f5fad6d7..e6ea788b 100644 --- a/source/glest_game/gui/gui.cpp +++ b/source/glest_game/gui/gui.cpp @@ -808,8 +808,10 @@ void Gui::computeDisplay(){ } // refresh other things - if ( !isSelecting() && !isSelectingPos()) { - computeInfoString(lastPosDisplay); + if(!isSelecting() && !isSelectingPos()){ + if(!isSelectingPos()){ + computeInfoString(lastPosDisplay); + } } }