1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00
This commit is contained in:
AlexVinS
2017-12-21 21:27:39 +03:00
parent f82fd41a14
commit 368ba0e2bf
4 changed files with 11 additions and 7 deletions

View File

@@ -145,7 +145,8 @@ void QuickRecruitmentWindow::updateAllSliders()
}
QuickRecruitmentWindow::QuickRecruitmentWindow(const CGTownInstance * townd, Rect startupPosition)
: CWindowObject(PLAYER_COLORED | BORDERED), town(townd)
: CWindowObject(PLAYER_COLORED | BORDERED),
town(townd)
{
OBJECT_CONSTRUCTION_CAPTURING(ACTIVATE + DEACTIVATE + UPDATE + SHOWALL);