Skip to content

Commit

Permalink
Merge pull request #68619 from PatrikLundell/fix_pipe
Browse files Browse the repository at this point in the history
fixed broken salt water pipe
  • Loading branch information
Maleclypse authored Oct 13, 2023
2 parents 9ea7334 + 6ef93bc commit c4a276a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/faction_camp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,8 @@ bool basecamp::common_salt_water_pipe_construction(
}
}

basecamp_action_components components( making, {}, 1, *this );
mapgen_arguments arg; // Created with a default value.
basecamp_action_components components( making, arg, 1, *this );
if( !components.choose_components() ) {
return false;
}
Expand Down

0 comments on commit c4a276a

Please sign in to comment.