diff --git a/source/glest_game/gui/gui.cpp b/source/glest_game/gui/gui.cpp index a9d4d701c..4d8d9d7a1 100644 --- a/source/glest_game/gui/gui.cpp +++ b/source/glest_game/gui/gui.cpp @@ -286,7 +286,7 @@ void Gui::mouseDownRightGraphics(int x, int y , bool prepared) { } else { Vec2i targetPos; - if(Renderer::getInstance().computePosition(Vec2i(x, y), targetPos) && + if(Renderer::getInstance().computePosition(Vec2i(x, y), targetPos, true) && world->getMap()->isInsideSurface(world->getMap()->toSurfCoords(targetPos)) == true) { giveDefaultOrders(x, y); }