1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-04 00:15:53 +02:00

center QuickRecruitmentWindow

This commit is contained in:
Laserlicht 2024-10-07 18:01:36 +02:00
parent 106dfdeb28
commit 72da365d24

View File

@ -166,4 +166,6 @@ QuickRecruitmentWindow::QuickRecruitmentWindow(const CGTownInstance * townd, Rec
setButtons();
setCreaturePurchaseCards();
maxAllCards(cards);
center();
}