fix recent change for terraforming herbs

This commit is contained in:
Enno Rehling 2021-03-18 21:00:19 +01:00
parent 5f99c9e882
commit 13a568f048
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); assert(terrain);
r->terrain = terrain; r->terrain = terrain;
reset_herbs(r);
reset_rawmaterials(r); reset_rawmaterials(r);
terraform_resources(r); terraform_resources(r);