Skip to content

Commit

Permalink
Astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Apr 3, 2024
1 parent 17eb7cc commit de45319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mapgen_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,8 @@ void mapgen_forest( mapgendata &dat )
}

// Get the current biome definition for this terrain.
const auto current_biome_def_it = dat.region.forest_composition.biomes.find( dat.terrain_type()->get_type_id() );
const auto current_biome_def_it = dat.region.forest_composition.biomes.find(
dat.terrain_type()->get_type_id() );

// If there is no biome definition for this terrain, fill in with the region's default ground cover
// and bail--nothing more to be done. Should not continue with terrain feathering if there is
Expand Down

0 comments on commit de45319

Please sign in to comment.