Skip to content

Commit

Permalink
Increased default overmap search radius (#36816)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ker-Nes authored Apr 7, 2020
1 parent 3d01ae9 commit ced7be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overmap_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ static bool search( tripoint &curs, const tripoint &orig, const bool show_explor
std::vector<point> locations;
std::vector<point> overmap_checked;

const int radius = OMAPX / 2; // arbitrary
const int radius = OMAPX; // arbitrary
for( const tripoint &p : points_in_radius( curs, radius ) ) {
overmap_with_local_coords om_loc = overmap_buffer.get_existing_om_global( p );

Expand Down

0 comments on commit ced7be1

Please sign in to comment.