Skip to content

Commit

Permalink
if this fixes it i think i know where the problem is
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumi-Virtual committed Apr 17, 2024
1 parent 13390b3 commit a0c392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7780,7 +7780,7 @@ std::vector<tripoint> map::get_dir_circle( const tripoint &f, const tripoint &t
circle.resize( 8 );

// The line below can be crazy expensive - we only take the FIRST point of it
const std::vector<tripoint> line = line_to_2( f, t );
const std::vector<tripoint> line = line_to( f, t );
const std::vector<tripoint> spiral = closest_points_first( f, 1 );
const std::vector<int> pos_index {1, 2, 4, 6, 8, 7, 5, 3};

Expand Down

0 comments on commit a0c392f

Please sign in to comment.