Skip to content

Commit

Permalink
fixed broken salt water pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Oct 12, 2023
1 parent 91b933b commit 6ef93bc
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 6ef93bc

Please sign in to comment.