diff --git a/client/windows/QuickRecruitmentWindow.cpp b/client/windows/QuickRecruitmentWindow.cpp index ccedf437d..e9e82e50e 100644 --- a/client/windows/QuickRecruitmentWindow.cpp +++ b/client/windows/QuickRecruitmentWindow.cpp @@ -73,7 +73,7 @@ void QuickRecruitmentWindow::initWindow(Rect startupPosition) pos.x -= 55 * (creaturesAmount - 3); } backgroundTexture = std::make_shared("DIBOXBCK.pcx", Rect(0, 0, pos.w, pos.h)); - costBackground = std::make_shared("QuickRecruitmentWindow/costBackground.png", pos.w/2-113, pos.y+290); + costBackground = std::make_shared("QuickRecruitmentWindow/costBackground.png", pos.w/2-113, 335); } void QuickRecruitmentWindow::maxAllCards(std::vector > cards)