equal
deleted
inserted
replaced
557 if (WP(w, def_d).close) return; |
557 if (WP(w, def_d).close) return; |
558 |
558 |
559 DrawWindowWidgets(w); |
559 DrawWindowWidgets(w); |
560 |
560 |
561 _thd.FSMportLayout = NULL; // ensure irregular airport support disabled |
561 _thd.FSMportLayout = NULL; // ensure irregular airport support disabled |
|
562 _thd.FSMportMask = NULL; |
562 |
563 |
563 if (_station_show_coverage) { |
564 if (_station_show_coverage) { |
564 int rad = _patches.modified_catchment ? CA_TRUCK /* = CA_BUS */ : 4; |
565 int rad = _patches.modified_catchment ? CA_TRUCK /* = CA_BUS */ : 4; |
565 SetTileSelectBigSize(-rad, -rad, 2 * rad, 2 * rad); |
566 SetTileSelectBigSize(-rad, -rad, 2 * rad, 2 * rad); |
566 } else { |
567 } else { |