src/road_gui.cpp
branchNewGRF_ports
changeset 6812 35bd847c2aba
parent 6807 436fc766fc34
child 6870 ca3fd1fbe311
equal deleted inserted replaced
6811:4023a9c9502f 6812:35bd847c2aba
   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 {