1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-06 00:24:11 +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(); setButtons();
setCreaturePurchaseCards(); setCreaturePurchaseCards();
maxAllCards(cards); maxAllCards(cards);
center();
} }