1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Oversight.

This commit is contained in:
FeniksFire 2017-03-18 14:25:17 +01:00
parent dd5660ff08
commit cde8542475

View File

@ -431,7 +431,6 @@ void CGarrisonInt::createSlots()
}
}
std::copy(garrisonSlots.begin(), garrisonSlots.end(), std::back_inserter(availableSlots));
logGlobal->infoStream()<<availableSlots.size();
}
}