src/yapf/yapf_costrail.hpp
changeset 9876 028c6ca56e6e
parent 9873 c09e1a4de035
child 9877 202f912c4610
equal deleted inserted replaced
9875:1de23b426e64 9876:028c6ca56e6e
   436 				} else {
   436 				} else {
   437 					end_segment_reason |= ESRB_DEAD_END;
   437 					end_segment_reason |= ESRB_DEAD_END;
   438 				}
   438 				}
   439 
   439 
   440 				if (TrackFollower::MaskReservedTracks() && tf_local.m_err != TrackFollower::EC_90DEG) {
   440 				if (TrackFollower::MaskReservedTracks() && tf_local.m_err != TrackFollower::EC_90DEG) {
   441 					end_segment_reason |= ESRB_SAFE_TILE;
   441 					if (!HasOnewaySignalBlockingTrackdir(cur.tile, cur.td)) end_segment_reason |= ESRB_SAFE_TILE;
   442 				}
   442 				}
   443 				break;
   443 				break;
   444 			}
   444 			}
   445 
   445 
   446 			/* Check if the next tile is not a choice. */
   446 			/* Check if the next tile is not a choice. */