Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Arkaeriit and github-actions[bot] authored May 8, 2023
1 parent 8be87a4 commit 944f0e5
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 @@ -2644,7 +2644,8 @@ bool basecamp::common_salt_water_pipe_construction(
const mission_id &miss_id, expansion_salt_water_pipe *pipe, int segment_number )
{
const int_id<recipe> &making_id = recipe_id( miss_id.parameters );
const recipe &making = making_id.obj(); // Actually a template recipe that we'll rotate and mirror as required.
const recipe &making =
making_id.obj(); // Actually a template recipe that we'll rotate and mirror as required.
int remaining_segments = pipe->segments.size() - 1;

if( segment_number == 0 ) {
Expand Down

0 comments on commit 944f0e5

Please sign in to comment.