fix recent change for terraforming herbs

This commit is contained in:
Enno Rehling 2021-03-18 21:00:19 +01:00
parent 3ef6559c5f
commit de9918f018
1 changed files with 0 additions and 1 deletions

View File

@ -1242,7 +1242,6 @@ void terraform_region(region * r, const terrain_type * terrain)
assert(terrain);
r->terrain = terrain;
reset_herbs(r);
reset_rawmaterials(r);
terraform_resources(r);