diff options
author | michi_cc <michi_cc@openttd.org> | 2009-06-28 22:42:19 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2009-06-28 22:42:19 +0000 |
commit | b43a4f6787194f2267da9f9954fae5bddc34c318 (patch) | |
tree | a404bff2f8678b6564f36a90ada0d8a4ee7240b8 /src/yapf | |
parent | baab325b54dbc7723be876415a65f8a5365d32d0 (diff) | |
download | openttd-b43a4f6787194f2267da9f9954fae5bddc34c318.tar.xz |
(svn r16690) -Fix [FS#3002]: Missing debug string for ESRB_SAFE_TILE in YAPF debugging helper.
Diffstat (limited to 'src/yapf')
-rw-r--r-- | src/yapf/yapf_node_rail.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yapf/yapf_node_rail.hpp b/src/yapf/yapf_node_rail.hpp index 2830c64e6..3385d3acd 100644 --- a/src/yapf/yapf_node_rail.hpp +++ b/src/yapf/yapf_node_rail.hpp @@ -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" }; |