mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
convert ResourceSet to std::map
This commit is contained in:
@@ -1215,7 +1215,6 @@ void CHillFortWindow::updateGarrisons()
|
||||
|
||||
for(int i=0; i<slotsCount; i++)
|
||||
{
|
||||
std::fill(costs[i].begin(), costs[i].end(), 0);
|
||||
State newState = getState(SlotID(i));
|
||||
if(newState != State::EMPTY)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user