mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user