Skip to content

Commit

Permalink
Fina forgot to astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Apr 2, 2024
1 parent bf1ac23 commit 89d3c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mapgen_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ bool apply_construction_marker( const update_mapgen_id &update_mapgen_id,
const mapgen_arguments &args, bool mirror_horizontal,
bool mirror_vertical, int rotation, bool apply );
std::pair<std::map<ter_id, int>, std::map<furn_id, int>> get_changed_ids_from_update(
const update_mapgen_id &, const mapgen_arguments &, ter_id const &base_ter = ter_str_id( "t_dirt" ).id() );
const update_mapgen_id &, const mapgen_arguments &,
ter_id const &base_ter = ter_str_id( "t_dirt" ).id() );
mapgen_parameters get_map_special_params( const std::string &mapgen_id );

void resolve_regional_terrain_and_furniture( const mapgendata &dat );
Expand Down

0 comments on commit 89d3c2b

Please sign in to comment.