| 638 | | if ( level >= 2 ) { |
| 639 | | stat = darea ( &Map, Clist, |
| 640 | | has_color ? &color : NULL, has_fcolor ? &fcolor : NULL, chcat, |
| 641 | | (int) id_flag->answer, table_acolors_flag->answer, |
| 642 | | cats_acolors_flag->answer, &window, rgbcol_opt->answer, |
| 643 | | default_width, wcolumn_opt->answer, width_scale ); |
| | 638 | if ( level >= 2) { |
| | 639 | if ( display & DISP_SHAPE ) { |
| | 640 | stat = darea ( &Map, Clist, |
| | 641 | has_color ? &color : NULL, has_fcolor ? &fcolor : NULL, chcat, |
| | 642 | (int) id_flag->answer, table_acolors_flag->answer, |
| | 643 | cats_acolors_flag->answer, &window, rgbcol_opt->answer, |
| | 644 | default_width, wcolumn_opt->answer, width_scale ); |
| | 645 | } |