Fix bug in MapCache - squash veins with the correct priority

develop
Quietust 2012-03-29 18:59:07 -05:00
parent dd33c80324
commit 07bb51946f
1 changed files with 0 additions and 3 deletions

@ -49,10 +49,7 @@ void SquashVeins (DFCoord bcoord, mapblock40d & mb, t_blockmaterials & materials
for (size_t i = 0; i < veins.size(); i++)
{
if (veins[i]->getassignment(x,y))
{
materials[x][y] = veins[i]->inorganic_mat;
break;
}
}
}
}