Skip to content

Commit

Permalink
Report failing starting location
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored and kevingranade committed Aug 1, 2020
1 parent 10e6058 commit 96f3a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/start_location.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ tripoint_abs_omt start_location::find_player_initial_location() const
}
}
// Should never happen, if it does we messed up.
popup( _( "Unable to generate a valid starting location, please report this failure." ) );
popup( _( "Unable to generate a valid starting location %s [%s] in a radius of %d overmaps, please report this failure." ),
name(), id.str(), radius );
return overmap::invalid_tripoint;
}

Expand Down

0 comments on commit 96f3a03

Please sign in to comment.