From a4e8255cbcfbb288c7bf9524d6763901a761e418 Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Sat, 21 Jan 2023 15:58:12 +0300 Subject: [PATCH] allow opening Buy Boat dialog on clicking shipyard on advmap when a town is selected --- client/windows/CAdvmapInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client/windows/CAdvmapInterface.cpp b/client/windows/CAdvmapInterface.cpp index 7ae0a3796..32c3e4b77 100644 --- a/client/windows/CAdvmapInterface.cpp +++ b/client/windows/CAdvmapInterface.cpp @@ -1594,7 +1594,6 @@ void CAdvMapInt::tileLClicked(const int3 &mapPos) LOCPLINT->openTownWindow(static_cast(topBlocking)); else if(canSelect) select(static_cast(topBlocking), false); - return; } else if(const CGHeroInstance * currentHero = curHero()) //hero is selected {