From df9e8a7900fa9a31d802952fdf6f49a2bf677014 Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Fri, 10 Sep 2010 12:28:52 +0000 Subject: [PATCH] forgot to remove one line .... --- source/glest_game/gui/gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/glest_game/gui/gui.cpp b/source/glest_game/gui/gui.cpp index ec61df78..6aad564f 100644 --- a/source/glest_game/gui/gui.cpp +++ b/source/glest_game/gui/gui.cpp @@ -97,7 +97,6 @@ Gui::Gui(){ SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s] START\n",__FILE__,__FUNCTION__); posObjWorld= Vec2i(54, 14); - computeSelection= false; validPosObjWorld= false; activeCommandType= NULL; activeCommandClass= ccStop;