mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix build
This commit is contained in:
@@ -327,7 +327,7 @@ CInfoBoxPopup::CInfoBoxPopup(Point position, const CGGarrison * garr)
|
|||||||
tooltip = std::make_shared<CGarrisonTooltip>(Point(9, 10), iah);
|
tooltip = std::make_shared<CGarrisonTooltip>(Point(9, 10), iah);
|
||||||
else
|
else
|
||||||
tooltip = std::make_shared<CTownTooltip>(Point(9, 10), iah);
|
tooltip = std::make_shared<CTownTooltip>(Point(9, 10), iah);
|
||||||
|
|
||||||
addUsedEvents(DRAG_POPUP);
|
addUsedEvents(DRAG_POPUP);
|
||||||
|
|
||||||
fitToScreen(10);
|
fitToScreen(10);
|
||||||
|
|||||||
Reference in New Issue
Block a user