mirror of https://github.com/OpenTTD/OpenTTD
(svn r16690) -Fix [FS#3002]: Missing debug string for ESRB_SAFE_TILE in YAPF debugging helper.
parent
baab325b54
commit
b43a4f6787
|
@ -114,7 +114,7 @@ inline CStrA ValueStr(EndSegmentReasonBits bits)
|
|||
{
|
||||
static const char *end_segment_reason_names[] = {
|
||||
"DEAD_END", "RAIL_TYPE", "INFINITE_LOOP", "SEGMENT_TOO_LONG", "CHOICE_FOLLOWS",
|
||||
"DEPOT", "WAYPOINT", "STATION",
|
||||
"DEPOT", "WAYPOINT", "STATION", "SAFE_TILE",
|
||||
"PATH_TOO_LONG", "FIRST_TWO_WAY_RED", "LOOK_AHEAD_END", "TARGET_REACHED"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue