diff --git a/source/glest_game/gui/gui.cpp b/source/glest_game/gui/gui.cpp index 2d80ac1d..05bc4b63 100644 --- a/source/glest_game/gui/gui.cpp +++ b/source/glest_game/gui/gui.cpp @@ -479,6 +479,8 @@ void Gui::giveOneClickOrders(){ addOrdersResultToConsole(activeCommandClass, result); activeCommandType= NULL; activeCommandClass= ccStop; + selectingPos= false; + activePos= invalidPos; } void Gui::giveDefaultOrders(int x, int y) {