mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-21 21:17:49 +02:00
fix
This commit is contained in:
parent
3c117da4eb
commit
08832eeeb4
@ -447,7 +447,7 @@ void CInteractableTownTooltip::init(const CGTownInstance * town)
|
|||||||
std::make_shared<CCastleBuildings>(town)->enterToTheQuickRecruitmentWindow();
|
std::make_shared<CCastleBuildings>(town)->enterToTheQuickRecruitmentWindow();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
fastMarket = std::make_shared<LRClickableArea>(Rect(143, 31, 30, 34), [townId]()
|
fastMarket = std::make_shared<LRClickableArea>(Rect(143, 31, 30, 34), []()
|
||||||
{
|
{
|
||||||
std::vector<const CGTownInstance*> towns = LOCPLINT->cb->getTownsInfo(true);
|
std::vector<const CGTownInstance*> towns = LOCPLINT->cb->getTownsInfo(true);
|
||||||
for(auto & town : towns)
|
for(auto & town : towns)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user