File diff r7832:a9b062f087f1 → r7833:774556885fd7
src/yapf/yapf_costrail.hpp
Show inline comments
 
@@ -384,13 +384,13 @@ no_entry_cost: // jump here at the begin
 
					end_segment_reason |= ESRB_DEAD_END;
 
				}
 
				break;
 
			}
 

	
 
			/* Check if the next tile is not a choice. */
 
			if (KillFirstBit2x64(tf_local.m_new_td_bits) != 0) {
 
			if (KillFirstBit(tf_local.m_new_td_bits) != TRACKDIR_BIT_NONE) {
 
				/* More than one segment will follow. Close this one. */
 
				end_segment_reason |= ESRB_CHOICE_FOLLOWS;
 
				break;
 
			}
 

	
 
			/* Gather the next tile/trackdir/tile_type/rail_type. */