File diff r12076:cdb45179e7bc → r12077:baf868e4baf0
src/rail_cmd.cpp
Show inline comments
 
@@ -134,7 +134,7 @@ static bool CheckTrackCombination(TileIn
 
	}
 

	
 
	/* Let's see if we may build this */
 
	if (flags & DC_NO_RAIL_OVERLAP || HasSignals(tile)) {
 
	if ((flags & DC_NO_RAIL_OVERLAP) || HasSignals(tile)) {
 
		/* If we are not allowed to overlap (flag is on for ai companies or we have
 
		 * signals on the tile), check that */
 
		return future == TRACK_BIT_HORZ || future == TRACK_BIT_VERT;