mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
buy units starting from the highest level in the "buy all units" dialog
This commit is contained in:
committed by
Ivan Savenko
parent
883b08e2c1
commit
1b3c07eda4
@@ -101,7 +101,7 @@ void QuickRecruitmentWindow::maxAllCards(std::vector<std::shared_ptr<CreaturePur
|
||||
|
||||
void QuickRecruitmentWindow::purchaseUnits()
|
||||
{
|
||||
for(auto selected : cards)
|
||||
for(auto selected : boost::adaptors::reverse(cards))
|
||||
{
|
||||
if(selected->slider->getValue())
|
||||
{
|
||||
|
Reference in New Issue
Block a user